We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 671ccfe commit bb4ad60Copy full SHA for bb4ad60
config/Version.Public.xcconfig
@@ -1,7 +1,7 @@
1
-VERSION_SHORT=10.4
+VERSION_SHORT=10.4.1
2
3
// Public long version example: VERSION_LONG=1.2.0.0
4
-VERSION_LONG=10.4.0.2
+VERSION_LONG=10.4.1.0
5
6
// Re-map our custom version values (used by release-toolkit) to the Xcode ones
7
MARKETING_VERSION=$VERSION_SHORT
fastlane/Deliverfile
@@ -15,7 +15,7 @@ app_identifier 'com.automattic.woocommerce'
15
screenshots_path './fastlane/promo_screenshots/'
16
17
# Make sure to update these keys for a new version
18
-app_version "10.4"
+app_version "10.4.1"
19
20
team_id '299112'
21
0 commit comments