Skip to content

Commit

Permalink
[Release] version: 1.3.4 build: 12
Browse files Browse the repository at this point in the history
  • Loading branch information
rakuyoMo committed Apr 2, 2022
1 parent c445c2e commit 0345aad
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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 = '1.3.3'
s.version = '1.3.4'

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

Expand Down
4 changes: 2 additions & 2 deletions JSONPreview.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 11;
CURRENT_PROJECT_VERSION = 12;
DEVELOPMENT_TEAM = 5C9JW4S9DE;
INFOPLIST_FILE = "$(SRCROOT)/JSONPreview/Other/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
Expand All @@ -523,7 +523,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 11;
CURRENT_PROJECT_VERSION = 12;
DEVELOPMENT_TEAM = 5C9JW4S9DE;
INFOPLIST_FILE = "$(SRCROOT)/JSONPreview/Other/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
Expand Down
4 changes: 2 additions & 2 deletions JSONPreviewTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.3.4</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>12</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions JSONPreviewUITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.3.4</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>12</string>
</dict>
</plist>

0 comments on commit 0345aad

Please sign in to comment.