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.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Cantallops committed Jun 10, 2018
1 parent 9ef62ab commit 8ec7d9f
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.9</string>
<string>1.0.10</string>
<key>CFBundleVersion</key>
<string>1.0.9.1</string>
<string>1.0.10.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.9")
XCTAssertEqual(bundle.versionNumber, "1.0.10")
}

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

0 comments on commit 8ec7d9f

Please sign in to comment.