Skip to content

Commit

Permalink
🚀 Increment version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
usatie committed Sep 21, 2019
1 parent fd1d400 commit b414b87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions BitcoinKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1709,6 +1709,7 @@
"$(SRCROOT)/Libraries/openssl/lib",
"$(SRCROOT)/Libraries/secp256k1/lib",
);
MARKETING_VERSION = 1.1.0;
MODULEMAP_FILE = "$(SRCROOT)/BitcoinKit/BitcoinKit.modulemap";
OTHER_SWIFT_FLAGS = "-D BitcoinKitXcode";
PRODUCT_BUNDLE_IDENTIFIER = com.bitcoinkit.BitcoinKit;
Expand Down Expand Up @@ -1748,6 +1749,7 @@
"$(SRCROOT)/Libraries/openssl/lib",
"$(SRCROOT)/Libraries/secp256k1/lib",
);
MARKETING_VERSION = 1.1.0;
MODULEMAP_FILE = "$(SRCROOT)/BitcoinKit/BitcoinKit.modulemap";
OTHER_SWIFT_FLAGS = "-D BitcoinKitXcode";
PRODUCT_BUNDLE_IDENTIFIER = com.bitcoinkit.BitcoinKit;
Expand Down
2 changes: 1 addition & 1 deletion BitcoinKit/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>1.0.2</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit b414b87

Please sign in to comment.