Skip to content

Commit

Permalink
Merge branch release/2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rakuyoMo committed Jan 10, 2024
2 parents 059805d + 040d0bd commit c9bc682
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ All notable changes to this project are documented in this file.

-----

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

---

## [2.1.0 - Annual update](https://github.com/RakuyoKit/JSONPreview/releases/tag/2.1.0) (2024-1-10)

### Added

Expand Down
4 changes: 2 additions & 2 deletions Demo/JSONPreviewDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.0.0;
MARKETING_VERSION = 2.1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.rakuyo.JSONPreviewDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down Expand Up @@ -390,7 +390,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.0.0;
MARKETING_VERSION = 2.1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.rakuyo.JSONPreviewDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
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.0.0'
s.version = '2.1.0'

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

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

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

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

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

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

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

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

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

Expand Down

0 comments on commit c9bc682

Please sign in to comment.