Skip to content

Commit

Permalink
version bump to 2.8.2 (#1240)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpbw2 committed Jan 25, 2021
1 parent 9d4d098 commit 10677f3
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.8.1"
android:versionName="2.8.2"
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.8.1</string>
<string>2.8.2</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.8.1</string>
<string>2.8.2</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.8.1</string>
<string>2.8.2</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>CFBundleIconName</key>
Expand Down

0 comments on commit 10677f3

Please sign in to comment.