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

Commit

Permalink
🔖 Bump to version 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Cantallops committed Jun 1, 2018
1 parent f1b4526 commit f6d3f1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Phantom/Resources/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>1.0.8</string>
<string>1.0.9</string>
<key>CFBundleVersion</key>
<string>1.0.8.0</string>
<string>1.0.9.0</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
4 changes: 2 additions & 2 deletions PhantomTests/Common/Tools/Bundle/BundleTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ class BundleTest: XCTestCase {
}

func testVersionNumber() {
XCTAssertEqual(bundle.versionNumber, "1.0.8")
XCTAssertEqual(bundle.versionNumber, "1.0.9")
}

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

0 comments on commit f6d3f1d

Please sign in to comment.