version bumps (#1399)

This commit is contained in:
Matt Portune 2021-05-13 15:21:24 -04:00 committed by GitHub
parent 1d4e742d66
commit 946831b37e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 deletions

View File

@ -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.10.0"
android:versionName="2.10.1"
android:installLocation="internalOnly"
package="com.x8bit.bitwarden">

View File

@ -23,8 +23,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="CsvHelper" Version="26.1.0" />
<PackageReference Include="LiteDB" Version="5.0.8" />
<PackageReference Include="CsvHelper" Version="27.0.2" />
<PackageReference Include="LiteDB" Version="5.0.10" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="PCLCrypto" Version="2.0.147" />
<PackageReference Include="zxcvbn-core" Version="7.0.92" />

View File

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

View File

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

View File

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

View File

@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Apis.AndroidPublisher.v3" Version="1.51.0.2239" />
<PackageReference Include="Google.Apis.AndroidPublisher.v3" Version="1.51.0.2310" />
</ItemGroup>
</Project>