Change version to be 0.1.2

This commit is contained in:
Nythepegasus
2022-12-03 17:21:18 -05:00
committed by Joseph Mattello
parent ae6ed99dc4
commit 693df54b3b
2 changed files with 3 additions and 3 deletions

View File

@@ -352,7 +352,7 @@ public extension StoreApp
app.screenshotURLs = [] app.screenshotURLs = []
app.sourceIdentifier = Source.altStoreIdentifier app.sourceIdentifier = Source.altStoreIdentifier
let appVersion = AppVersion.makeAppVersion(version: "1.0", let appVersion = AppVersion.makeAppVersion(version: "0.1.2",
date: Date(), date: Date(),
downloadURL: URL(string: "http://rileytestut.com")!, downloadURL: URL(string: "http://rileytestut.com")!,
size: 0, size: 0,

View File

@@ -1,8 +1,8 @@
// Configuration settings file format documentation can be found at: // Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974 // https://help.apple.com/xcode/#/dev745c5c974
MARKETING_VERSION = 0.1.1 MARKETING_VERSION = 0.1.2
CURRENT_PROJECT_VERSION = 3011 CURRENT_PROJECT_VERSION = 3012
// Vars to be overwritten by `CodeSigning.xcconfig` if exists // Vars to be overwritten by `CodeSigning.xcconfig` if exists
DEVELOPMENT_TEAM = S32Z3HMYVQ DEVELOPMENT_TEAM = S32Z3HMYVQ