Skip to content

Commit c259c38

Browse files
committed
release: version 2.3.2
1 parent 725ad86 commit c259c38

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Demo/JSONPreviewDemo.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@
400400
"$(inherited)",
401401
"@executable_path/Frameworks",
402402
);
403-
MARKETING_VERSION = 2.1.0;
403+
MARKETING_VERSION = 2.3.2;
404404
PRODUCT_BUNDLE_IDENTIFIER = com.rakuyo.JSONPreviewDemo;
405405
PRODUCT_NAME = "$(TARGET_NAME)";
406406
SUPPORTED_PLATFORMS = "appletvos appletvsimulator";
@@ -434,7 +434,7 @@
434434
"$(inherited)",
435435
"@executable_path/Frameworks",
436436
);
437-
MARKETING_VERSION = 2.1.0;
437+
MARKETING_VERSION = 2.3.2;
438438
PRODUCT_BUNDLE_IDENTIFIER = com.rakuyo.JSONPreviewDemo;
439439
PRODUCT_NAME = "$(TARGET_NAME)";
440440
SUPPORTED_PLATFORMS = "appletvos appletvsimulator";
@@ -585,7 +585,7 @@
585585
"$(inherited)",
586586
"@executable_path/Frameworks",
587587
);
588-
MARKETING_VERSION = 2.1.0;
588+
MARKETING_VERSION = 2.3.2;
589589
PRODUCT_BUNDLE_IDENTIFIER = com.rakuyo.JSONPreviewDemo;
590590
PRODUCT_NAME = "$(TARGET_NAME)";
591591
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";
@@ -619,7 +619,7 @@
619619
"$(inherited)",
620620
"@executable_path/Frameworks",
621621
);
622-
MARKETING_VERSION = 2.1.0;
622+
MARKETING_VERSION = 2.3.2;
623623
PRODUCT_BUNDLE_IDENTIFIER = com.rakuyo.JSONPreviewDemo;
624624
PRODUCT_NAME = "$(TARGET_NAME)";
625625
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";

JSONPreview.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
55

66
s.name = 'JSONPreview'
77

8-
s.version = '2.3.1'
8+
s.version = '2.3.2'
99

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

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ pod 'JSONPreview'
3232

3333
- Select File > Swift Packages > Add Package Dependency
3434
- Add https://github.com/RakuyoKit/JSONPreview.git
35-
- Select "Up to Next Major" with "2.3.1"
35+
- Select "Up to Next Major" with "2.3.2"
3636

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

3939
```swift
4040
dependencies: [
41-
.package(url: "https://github.com/RakuyoKit/JSONPreview.git", from: "2.3.1")
41+
.package(url: "https://github.com/RakuyoKit/JSONPreview.git", from: "2.3.2")
4242
]
4343
```
4444

README_CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ pod 'JSONPreview'
3232

3333
- 依次选择 File > Swift Packages > Add Package Dependency
3434
- 输入 https://github.com/RakuyoKit/JSONPreview.git
35-
- 选择 "Up to Next Major" 并填入 "2.3.1"
35+
- 选择 "Up to Next Major" 并填入 "2.3.2"
3636

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

3939
```swift
4040
dependencies: [
41-
.package(url: "https://github.com/RakuyoKit/JSONPreview.git", from: "2.3.1")
41+
.package(url: "https://github.com/RakuyoKit/JSONPreview.git", from: "2.3.2")
4242
]
4343
```
4444

0 commit comments

Comments
 (0)