Skip to content

Commit

Permalink
[Release Script] Version updated to 1.3.1 202109221340
Browse files Browse the repository at this point in the history
  • Loading branch information
rakuyoMo committed Sep 23, 2021
1 parent b68a510 commit e8dbc9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion JSONPreview/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.0'
s.version = '1.3.1'

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

Expand Down
8 changes: 4 additions & 4 deletions JSONPreview/JSONPreview.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -509,15 +509,15 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 202109221340;
CURRENT_PROJECT_VERSION = 202109231031;
DEVELOPMENT_TEAM = 5C9JW4S9DE;
INFOPLIST_FILE = "$(SRCROOT)/JSONPreview/Other/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.3.0;
MARKETING_VERSION = 1.3.1;
PRODUCT_BUNDLE_IDENTIFIER = com.rakuyo.JSONPreview;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -530,15 +530,15 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 202109221340;
CURRENT_PROJECT_VERSION = 202109231031;
DEVELOPMENT_TEAM = 5C9JW4S9DE;
INFOPLIST_FILE = "$(SRCROOT)/JSONPreview/Other/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.3.0;
MARKETING_VERSION = 1.3.1;
PRODUCT_BUNDLE_IDENTIFIER = com.rakuyo.JSONPreview;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down

0 comments on commit e8dbc9c

Please sign in to comment.