Skip to content

Commit

Permalink
Version bump 2.14.1 (#1614)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5e43650)
  • Loading branch information
joseph-flinn committed Oct 28, 2021
1 parent 97c21cd commit a2bb490
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.14.0"
android:versionName="2.14.1"
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.14.0</string>
<string>2.14.1</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.14.0</string>
<string>2.14.1</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.14.0</string>
<string>2.14.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>CFBundleIconName</key>
Expand Down

0 comments on commit a2bb490

Please sign in to comment.