diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ff1741986..68c8ae9cf 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -134,6 +134,7 @@ jobs:
-a ./com.x8bit.bitwarden.aab `
-a ./com.x8bit.bitwarden.apk `
-a ./com.x8bit.bitwarden-fdroid.apk `
+ -m $env:RELEASE_TAG_NAME `
$env:RELEASE_TAG_NAME
shell: pwsh
env:
@@ -288,6 +289,7 @@ jobs:
run: |
hub release edit `
-a ./bitwarden-export/Bitwarden.ipa `
+ -m $env:RELEASE_TAG_NAME `
$env:RELEASE_TAG_NAME
shell: pwsh
env:
diff --git a/src/Android/Properties/AndroidManifest.xml b/src/Android/Properties/AndroidManifest.xml
index 75e7c6875..26443ced8 100644
--- a/src/Android/Properties/AndroidManifest.xml
+++ b/src/Android/Properties/AndroidManifest.xml
@@ -3,7 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:versionCode="1"
- android:versionName="2.5.2"
+ android:versionName="2.5.3"
package="com.x8bit.bitwarden">
diff --git a/src/iOS.Autofill/Info.plist b/src/iOS.Autofill/Info.plist
index 5f80e56bf..0d54163c7 100644
--- a/src/iOS.Autofill/Info.plist
+++ b/src/iOS.Autofill/Info.plist
@@ -11,7 +11,7 @@
CFBundleIdentifier
com.8bit.bitwarden.autofill
CFBundleShortVersionString
- 2.5.2
+ 2.5.3
CFBundleVersion
1
CFBundleLocalizations
diff --git a/src/iOS.Extension/Info.plist b/src/iOS.Extension/Info.plist
index 46a88d8c8..020182b61 100644
--- a/src/iOS.Extension/Info.plist
+++ b/src/iOS.Extension/Info.plist
@@ -11,7 +11,7 @@
CFBundleIdentifier
com.8bit.bitwarden.find-login-action-extension
CFBundleShortVersionString
- 2.5.2
+ 2.5.3
CFBundleLocalizations
en
diff --git a/src/iOS/Info.plist b/src/iOS/Info.plist
index cb4c7bd45..ba9dcff1b 100644
--- a/src/iOS/Info.plist
+++ b/src/iOS/Info.plist
@@ -11,7 +11,7 @@
CFBundleIdentifier
com.8bit.bitwarden
CFBundleShortVersionString
- 2.5.2
+ 2.5.3
CFBundleVersion
1
CFBundleIconName