File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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;
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;
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments