Skip to content

Commit

Permalink
Merge branch release/2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rakuyoMo committed Jan 24, 2024
2 parents fcc6f11 + de6e065 commit 49831cd
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ All notable changes to this project are documented in this file.

-----

## [Unreleased](https://github.com/RakuyoKit/JSONPreview/compare/2.2.1...HEAD)
## [Unreleased](https://github.com/RakuyoKit/JSONPreview/compare/2.2.2...HEAD)

---

## [2.2.1 - PrivacyInfo](https://github.com/RakuyoKit/JSONPreview/releases/tag/2.2.1) (2024-1-23)
## [2.2.2 - PrivacyInfo](https://github.com/RakuyoKit/JSONPreview/releases/tag/2.2.2) (2024-1-24)

### Added

Expand Down
2 changes: 1 addition & 1 deletion JSONPreview.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|

s.name = 'JSONPreview'

s.version = '2.2.2'
s.version = '2.2.3'

s.summary = '🎨 A view that can be highlighted after formatting JSON.'

Expand Down
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// swift-tools-version:5.1
// swift-tools-version:5.3

import PackageDescription

let package = Package(
Expand Down
3 changes: 2 additions & 1 deletion [email protected]
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// swift-tools-version:5.9
// swift-tools-version: 5.9

import PackageDescription

let package = Package(
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ pod 'JSONPreview'

- Select File > Swift Packages > Add Package Dependency
- Add https://github.com/RakuyoKit/JSONPreview.git
- Select "Up to Next Major" with "2.1.0"
- Select "Up to Next Major" with "2.2.2"

Or add the following content to your `Package.swift` file:

```swift
dependencies: [
.package(url: "https://github.com/RakuyoKit/JSONPreview.git", from: "2.1.0")
.package(url: "https://github.com/RakuyoKit/JSONPreview.git", from: "2.2.2")
]
```

Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ pod 'JSONPreview'

- 依次选择 File > Swift Packages > Add Package Dependency
- 输入 https://github.com/RakuyoKit/JSONPreview.git
- 选择 "Up to Next Major" 并填入 "2.1.0"
- 选择 "Up to Next Major" 并填入 "2.2.2"

或者将下面的内容添加到 `Package.swift` 文件中:

```swift
dependencies: [
.package(url: "https://github.com/RakuyoKit/JSONPreview.git", from: "2.1.0")
.package(url: "https://github.com/RakuyoKit/JSONPreview.git", from: "2.2.2")
]
```

Expand Down

0 comments on commit 49831cd

Please sign in to comment.