Skip to content

Commit 033f9f4

Browse files
committed
Bump version number
1 parent 6e7cbbf commit 033f9f4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

config/Version.Public.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_SHORT=9.1
1+
VERSION_SHORT=9.2
22

33
// Public long version example: VERSION_LONG=1.2.0.0
4-
VERSION_LONG=9.1.0.2
4+
VERSION_LONG=9.2.0.0

fastlane/Deliverfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ app_identifier 'com.automattic.woocommerce'
1515
screenshots_path './fastlane/promo_screenshots/'
1616

1717
# Make sure to update these keys for a new version
18-
app_version "9.1"
18+
app_version "9.2"
1919

2020
team_id '299112'
2121

fastlane/download_metadata.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import Foundation
44

55
let glotPressSubtitleKey = "app_store_subtitle"
6-
let glotPressWhatsNewKey = "v9.1-whats-new"
6+
let glotPressWhatsNewKey = "v9.2-whats-new"
77
let glotPressDescriptionKey = "app_store_desc"
88
let glotPressKeywordsKey = "app_store_keywords"
99
let glotPressPromoTextKey = "app_store_promo_text"

0 commit comments

Comments
 (0)