Browse Source

Bumped version to 2024.5.2 (#3248)

github-services/pull/3250/head
Bitwarden DevOps 2 years ago committed by GitHub
parent
commit
ffb7b3b8ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/App/Platforms/Android/AndroidManifest.xml
  2. 2
      src/App/Platforms/iOS/Info.plist
  3. 2
      src/iOS.Autofill/Info.plist
  4. 2
      src/iOS.Extension/Info.plist
  5. 2
      src/iOS.ShareExtension/Info.plist

2
src/App/Platforms/Android/AndroidManifest.xml

@ -1,5 +1,5 @@ @@ -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="2024.5.1" 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="2024.5.2" android:installLocation="internalOnly" package="com.x8bit.bitwarden">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="34" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.NFC" />

2
src/App/Platforms/iOS/Info.plist

@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
<key>CFBundleIdentifier</key>
<string>com.8bit.bitwarden</string>
<key>CFBundleShortVersionString</key>
<string>2024.5.1</string>
<string>2024.5.2</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>CFBundleIconName</key>

2
src/iOS.Autofill/Info.plist

@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
<key>CFBundleIdentifier</key>
<string>com.8bit.bitwarden.autofill</string>
<key>CFBundleShortVersionString</key>
<string>2024.5.1</string>
<string>2024.5.2</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>CFBundleLocalizations</key>

2
src/iOS.Extension/Info.plist

@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
<key>CFBundleIdentifier</key>
<string>com.8bit.bitwarden.find-login-action-extension</string>
<key>CFBundleShortVersionString</key>
<string>2024.5.1</string>
<string>2024.5.2</string>
<key>CFBundleLocalizations</key>
<array>
<string>en</string>

2
src/iOS.ShareExtension/Info.plist

@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>2024.5.1</string>
<string>2024.5.2</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>MinimumOSVersion</key>

Loading…
Cancel
Save