Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
🔖 Bump to 1.0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cantallops committed Jun 1, 2018
1 parent f8a49e9 commit ae3b4d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Phantom/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0.9</string>
<key>CFBundleVersion</key>
<string>1.0.9.0</string>
<string>1.0.9.1</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion PhantomTests/Common/Tools/Bundle/BundleTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ class BundleTest: XCTestCase {
}

func testBuildNumber() {
XCTAssertEqual(bundle.buildNumber, "1.0.9.0")
XCTAssertEqual(bundle.buildNumber, "1.0.9.1")
}
}

0 comments on commit ae3b4d0

Please sign in to comment.