Skip to content

Commit d4eafee

Browse files
committed
Merge branch release/2.0.0
2 parents b6994ee + cdd1a0c commit d4eafee

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

JSONPreview.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ Pod::Spec.new do |s|
55

66
s.name = 'JSONPreview'
77

8-
s.version = '2.0.0-beta.2'
8+
s.version = '2.0.0'
99

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

1212
s.description = '🎨 A view that can be highlighted after formatting JSON. It also provides folding function.'
1313

14-
s.homepage = 'https://github.com/rakuyoMo/JSONPreview'
14+
s.homepage = 'https://github.com/RakuyoKit/JSONPreview'
1515

1616
s.license = 'MIT'
1717

1818
s.author = { 'Rakuyo' => 'rakuyo.mo@gmail.com' }
1919

20-
s.source = { :git => 'https://github.com/rakuyoMo/JSONPreview.git', :tag => s.version.to_s }
20+
s.source = { :git => 'https://github.com/RakuyoKit/JSONPreview.git', :tag => s.version.to_s }
2121

2222
s.requires_arc = true
2323

JSONPreview.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@
545545
buildSettings = {
546546
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
547547
CODE_SIGN_STYLE = Automatic;
548-
CURRENT_PROJECT_VERSION = 16;
548+
CURRENT_PROJECT_VERSION = 17;
549549
DEVELOPMENT_TEAM = 5C9JW4S9DE;
550550
INFOPLIST_FILE = "$(SRCROOT)/JSONPreview/Other/Info.plist";
551551
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
@@ -567,7 +567,7 @@
567567
buildSettings = {
568568
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
569569
CODE_SIGN_STYLE = Automatic;
570-
CURRENT_PROJECT_VERSION = 16;
570+
CURRENT_PROJECT_VERSION = 17;
571571
DEVELOPMENT_TEAM = 5C9JW4S9DE;
572572
INFOPLIST_FILE = "$(SRCROOT)/JSONPreview/Other/Info.plist";
573573
IPHONEOS_DEPLOYMENT_TARGET = 10.0;

JSONPreviewTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.3.6</string>
18+
<string>2.0.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>14</string>
20+
<string>17</string>
2121
</dict>
2222
</plist>

JSONPreviewUITests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.3.6</string>
18+
<string>2.0.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>14</string>
20+
<string>17</string>
2121
</dict>
2222
</plist>

push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ release(){
3535

3636
git_message="[Release] version: $version build: $build"
3737

38-
git add . && git commit -m $git_message
38+
git add . && git commit -m "$git_message"
3939

4040
git checkout master
4141
git merge --no-ff -m 'Merge branch '$release_branch'' $release_branch

0 commit comments

Comments
 (0)