Skip to content

Commit

Permalink
Make release 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
SwenVanZanten committed Feb 10, 2019
1 parent a6a3bbc commit 7863385
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<p align="center">
<a href="https://travis-ci.org/vergecurrency/vIOS" target="_blank"><img src="https://travis-ci.org/vergecurrency/vIOS.svg?branch=master"></a>
<img src="https://img.shields.io/badge/status-beta-yellow.svg">
<img src="https://img.shields.io/badge/latest build-0.15-lightgrey.svg">
<img src="https://img.shields.io/badge/latest build-0.16-lightgrey.svg">
<img src="https://img.shields.io/badge/iOS-^11.4-green.svg">
<img src="https://img.shields.io/badge/license-MIT-blue.svg">
</p>
Expand Down
4 changes: 2 additions & 2 deletions VergeSiri/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>0.15</string>
<string>0.16</string>
<key>CFBundleVersion</key>
<string>0.15.1</string>
<string>0.16</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
Expand Down
4 changes: 2 additions & 2 deletions VergeSiriUI/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>0.15</string>
<string>0.16</string>
<key>CFBundleVersion</key>
<string>0.15.1</string>
<string>0.16</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
Expand Down
4 changes: 2 additions & 2 deletions VergeWatch Extension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>0.15</string>
<string>0.16</string>
<key>CFBundleVersion</key>
<string>0.15.1</string>
<string>0.16</string>
<key>CLKComplicationSupportedFamilies</key>
<array/>
<key>NSExtension</key>
Expand Down
4 changes: 2 additions & 2 deletions VergeWatch/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.15</string>
<string>0.16</string>
<key>CFBundleVersion</key>
<string>0.15.1</string>
<string>0.16</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
Expand Down
4 changes: 2 additions & 2 deletions VergeiOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2189,7 +2189,7 @@
);
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = org.verge.ioswallet.siri.ui;
PRODUCT_BUNDLE_IDENTIFIER = org.verge.ioswallet.siriui;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.2;
Expand All @@ -2211,7 +2211,7 @@
"@executable_path/../../Frameworks",
);
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = org.verge.ioswallet.siri.ui;
PRODUCT_BUNDLE_IDENTIFIER = org.verge.ioswallet.siriui;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.2;
Expand Down
4 changes: 2 additions & 2 deletions VergeiOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.15</string>
<string>0.16</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -30,7 +30,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.15.1</string>
<string>0.16</string>
<key>LSApplicationCategoryType</key>
<string></string>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit 7863385

Please sign in to comment.