Skip to content

Commit

Permalink
Bumped version to 2022.8.0 (#2028)
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 aa6be3d)
  • Loading branch information
github-actions[bot] authored and michalchecinski committed Aug 4, 2022
1 parent c0f04fd commit 8df68a5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/Android/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -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.3" 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.8.0" android:installLocation="internalOnly" package="com.x8bit.bitwarden">

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

Expand Down Expand Up @@ -54,4 +54,4 @@
</intent>
</queries>

</manifest>
</manifest>
2 changes: 1 addition & 1 deletion src/iOS.Autofill/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<key>CFBundleIdentifier</key>
<string>com.8bit.bitwarden.autofill</string>
<key>CFBundleShortVersionString</key>
<string>2022.6.3</string>
<string>2022.8.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>CFBundleLocalizations</key>
Expand Down
2 changes: 1 addition & 1 deletion src/iOS.Extension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<key>CFBundleIdentifier</key>
<string>com.8bit.bitwarden.find-login-action-extension</string>
<key>CFBundleShortVersionString</key>
<string>2022.6.3</string>
<string>2022.8.0</string>
<key>CFBundleLocalizations</key>
<array>
<string>en</string>
Expand Down
2 changes: 1 addition & 1 deletion src/iOS.ShareExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>2022.6.3</string>
<string>2022.8.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>MinimumOSVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion src/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<key>CFBundleIdentifier</key>
<string>com.8bit.bitwarden</string>
<key>CFBundleShortVersionString</key>
<string>2022.6.3</string>
<string>2022.8.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>CFBundleIconName</key>
Expand Down

0 comments on commit 8df68a5

Please sign in to comment.