Skip to content

Commit

Permalink
bump app version to 2.11.3 for testflight (#1477)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpbw2 committed Jul 23, 2021
1 parent f44e6ab commit 880483a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Android/Properties/AndroidManifest.xml
Expand Up @@ -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.11.2"
android:versionName="2.11.3"
android:installLocation="internalOnly"
package="com.x8bit.bitwarden">

Expand Down
2 changes: 1 addition & 1 deletion src/iOS.Autofill/Info.plist
Expand Up @@ -11,7 +11,7 @@
<key>CFBundleIdentifier</key>
<string>com.8bit.bitwarden.autofill</string>
<key>CFBundleShortVersionString</key>
<string>2.11.2</string>
<string>2.11.3</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>CFBundleLocalizations</key>
Expand Down
2 changes: 1 addition & 1 deletion src/iOS.Extension/Info.plist
Expand Up @@ -11,7 +11,7 @@
<key>CFBundleIdentifier</key>
<string>com.8bit.bitwarden.find-login-action-extension</string>
<key>CFBundleShortVersionString</key>
<string>2.11.2</string>
<string>2.11.3</string>
<key>CFBundleLocalizations</key>
<array>
<string>en</string>
Expand Down
2 changes: 1 addition & 1 deletion src/iOS/Info.plist
Expand Up @@ -11,7 +11,7 @@
<key>CFBundleIdentifier</key>
<string>com.8bit.bitwarden</string>
<key>CFBundleShortVersionString</key>
<string>2.11.2</string>
<string>2.11.3</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>CFBundleIconName</key>
Expand Down

0 comments on commit 880483a

Please sign in to comment.