Skip to content

Commit e7d379a

Browse files
committed
Bump version to 1.3.0.2
1 parent 74b52b8 commit e7d379a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/Version.Public.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
VERSION_SHORT=1.3
22

33
// Public long version example: VERSION_LONG=1.2.0.0
4-
VERSION_LONG=1.3.0.1
4+
VERSION_LONG=1.3.0.2

fastlane/Deliverfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ screenshots_path "./screenshots/"
1111
app_identifier "com.automattic.woocommerce"
1212

1313
# Make sure to update these keys for a new version
14-
app_version "1.2"
14+
app_version "1.3"
1515

1616
privacy_url({
1717
'default' => 'https://automattic.com/privacy/',

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 = "v1.2-whats-new"
6+
let glotPressWhatsNewKey = "v1.3-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)