Skip to content

Commit

Permalink
Merge pull request #37 from cryptape/release-0.20.3
Browse files Browse the repository at this point in the history
Bump version to 0.20.3
  • Loading branch information
ashchan authored Nov 23, 2018
2 parents 3a3b419 + d81c663 commit 512dbac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AppChainSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AppChainSwift"
s.version = "0.20.2"
s.version = "0.20.3"
s.summary = "Nervos AppChain SDK implementation in Swift for iOS"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.20.2</string>
<string>0.20.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 512dbac

Please sign in to comment.