Skip to content

Commit

Permalink
Bumped version to 2022.6.1 (#1969)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
(cherry picked from commit a6ddc24)
  • Loading branch information
github-actions[bot] authored and MGibson1 committed Jul 6, 2022
1 parent 4831097 commit 2d224f5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Android/Properties/AndroidManifest.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:versionCode="1" android:versionName="2022.6.0" android:installLocation="internalOnly" package="com.x8bit.bitwarden">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:versionCode="1" android:versionName="2022.6.1" android:installLocation="internalOnly" package="com.x8bit.bitwarden">

<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30"/>

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>2022.6.0</string>
<string>2022.6.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>2022.6.0</string>
<string>2022.6.1</string>
<key>CFBundleLocalizations</key>
<array>
<string>en</string>
Expand Down
2 changes: 1 addition & 1 deletion src/iOS.ShareExtension/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>2022.6.0</string>
<string>2022.6.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>MinimumOSVersion</key>
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>2022.6.0</string>
<string>2022.6.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>CFBundleIconName</key>
Expand Down

0 comments on commit 2d224f5

Please sign in to comment.