Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
vikmeup committed Aug 7, 2018
1 parent 4e2d885 commit ee40dac
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Trust.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3505,7 +3505,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 287;
CURRENT_PROJECT_VERSION = 288;
DEVELOPMENT_TEAM = 9873B38DWV;
ENABLE_BITCODE = YES;
GCC_WARN_UNUSED_LABEL = YES;
Expand Down Expand Up @@ -3533,7 +3533,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 287;
CURRENT_PROJECT_VERSION = 288;
DEVELOPMENT_TEAM = 9873B38DWV;
ENABLE_BITCODE = YES;
GCC_WARN_UNUSED_LABEL = YES;
Expand Down
4 changes: 2 additions & 2 deletions Trust/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>1.99.0</string>
<string>1.100.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -28,7 +28,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>287</string>
<string>288</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down
4 changes: 2 additions & 2 deletions TrustTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.99.0</string>
<string>1.100.0</string>
<key>CFBundleVersion</key>
<string>287</string>
<string>288</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions TrustUITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.99.0</string>
<string>1.100.0</string>
<key>CFBundleVersion</key>
<string>287</string>
<string>288</string>
</dict>
</plist>

0 comments on commit ee40dac

Please sign in to comment.