Skip to content

Commit

Permalink
Version Bump 2.14.0 (#1610)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0d3f819)
  • Loading branch information
joseph-flinn committed Oct 27, 2021
1 parent 5a8918c commit 2318f3b
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.13.1"
android:versionName="2.14.0"
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.13.1</string>
<string>2.14.0</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.13.1</string>
<string>2.14.0</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.13.1</string>
<string>2.14.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>CFBundleIconName</key>
Expand Down

0 comments on commit 2318f3b

Please sign in to comment.