diff --git a/AltStoreCore/Model/StoreApp.swift b/AltStoreCore/Model/StoreApp.swift index 0ec4a236..c1f0e32c 100644 --- a/AltStoreCore/Model/StoreApp.swift +++ b/AltStoreCore/Model/StoreApp.swift @@ -352,7 +352,7 @@ public extension StoreApp app.screenshotURLs = [] app.sourceIdentifier = Source.altStoreIdentifier - let appVersion = AppVersion.makeAppVersion(version: "1.0", + let appVersion = AppVersion.makeAppVersion(version: "0.1.2", date: Date(), downloadURL: URL(string: "http://rileytestut.com")!, size: 0, diff --git a/Build.xcconfig b/Build.xcconfig index 6278262b..cb34418a 100644 --- a/Build.xcconfig +++ b/Build.xcconfig @@ -1,8 +1,8 @@ // Configuration settings file format documentation can be found at: // https://help.apple.com/xcode/#/dev745c5c974 -MARKETING_VERSION = 0.1.1 -CURRENT_PROJECT_VERSION = 3011 +MARKETING_VERSION = 0.1.2 +CURRENT_PROJECT_VERSION = 3012 // Vars to be overwritten by `CodeSigning.xcconfig` if exists DEVELOPMENT_TEAM = S32Z3HMYVQ