Skip to content
This repository was archived by the owner on Jun 2, 2019. It is now read-only.

Commit ee40dac

Browse files
committed
Version Bump
1 parent 4e2d885 commit ee40dac

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Trust.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3505,7 +3505,7 @@
35053505
CODE_SIGN_IDENTITY = "iPhone Developer";
35063506
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
35073507
CODE_SIGN_STYLE = Manual;
3508-
CURRENT_PROJECT_VERSION = 287;
3508+
CURRENT_PROJECT_VERSION = 288;
35093509
DEVELOPMENT_TEAM = 9873B38DWV;
35103510
ENABLE_BITCODE = YES;
35113511
GCC_WARN_UNUSED_LABEL = YES;
@@ -3533,7 +3533,7 @@
35333533
CODE_SIGN_IDENTITY = "iPhone Developer";
35343534
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
35353535
CODE_SIGN_STYLE = Manual;
3536-
CURRENT_PROJECT_VERSION = 287;
3536+
CURRENT_PROJECT_VERSION = 288;
35373537
DEVELOPMENT_TEAM = 9873B38DWV;
35383538
ENABLE_BITCODE = YES;
35393539
GCC_WARN_UNUSED_LABEL = YES;

Trust/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.99.0</string>
18+
<string>1.100.0</string>
1919
<key>CFBundleURLTypes</key>
2020
<array>
2121
<dict>
@@ -28,7 +28,7 @@
2828
</dict>
2929
</array>
3030
<key>CFBundleVersion</key>
31-
<string>287</string>
31+
<string>288</string>
3232
<key>Fabric</key>
3333
<dict>
3434
<key>APIKey</key>

TrustTests/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.99.0</string>
18+
<string>1.100.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>287</string>
20+
<string>288</string>
2121
</dict>
2222
</plist>

TrustUITests/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.99.0</string>
18+
<string>1.100.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>287</string>
20+
<string>288</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)