Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
vikmeup committed Aug 3, 2018
1 parent 411554e commit fa3c763
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 @@ -3497,7 +3497,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 280;
CURRENT_PROJECT_VERSION = 281;
DEVELOPMENT_TEAM = 9873B38DWV;
ENABLE_BITCODE = YES;
GCC_WARN_UNUSED_LABEL = YES;
Expand Down Expand Up @@ -3525,7 +3525,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 280;
CURRENT_PROJECT_VERSION = 281;
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.92.0</string>
<string>1.93.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -28,7 +28,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>280</string>
<string>281</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.92.0</string>
<string>1.93.0</string>
<key>CFBundleVersion</key>
<string>280</string>
<string>281</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.92.0</string>
<string>1.93.0</string>
<key>CFBundleVersion</key>
<string>280</string>
<string>281</string>
</dict>
</plist>

0 comments on commit fa3c763

Please sign in to comment.