Skip to content

Commit

Permalink
Merge branch release/2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rakuyoMo committed Mar 13, 2023
2 parents b6994ee + cdd1a0c commit d4eafee
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions JSONPreview.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ Pod::Spec.new do |s|

s.name = 'JSONPreview'

s.version = '2.0.0-beta.2'
s.version = '2.0.0'

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

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

s.homepage = 'https://github.com/rakuyoMo/JSONPreview'
s.homepage = 'https://github.com/RakuyoKit/JSONPreview'

s.license = 'MIT'

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

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

s.requires_arc = true

Expand Down
4 changes: 2 additions & 2 deletions JSONPreview.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 16;
CURRENT_PROJECT_VERSION = 17;
DEVELOPMENT_TEAM = 5C9JW4S9DE;
INFOPLIST_FILE = "$(SRCROOT)/JSONPreview/Other/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
Expand All @@ -567,7 +567,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 16;
CURRENT_PROJECT_VERSION = 17;
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.3.6</string>
<string>2.0.0</string>
<key>CFBundleVersion</key>
<string>14</string>
<string>17</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.3.6</string>
<string>2.0.0</string>
<key>CFBundleVersion</key>
<string>14</string>
<string>17</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ release(){

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

git add . && git commit -m $git_message
git add . && git commit -m "$git_message"

git checkout master
git merge --no-ff -m 'Merge branch '$release_branch'' $release_branch
Expand Down

0 comments on commit d4eafee

Please sign in to comment.