Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed May 24, 2023
1 parent 0d95093 commit 74c742d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AuthenticatorPro.Droid/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?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:versionName="1.20.0"
package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="1000087">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:versionName="1.20.1"
package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="1000088">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="33"/>
<uses-permission android:name="android.permission.CAMERA"/>
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS"/>
Expand Down
4 changes: 2 additions & 2 deletions AuthenticatorPro.WearOS/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="46"
android:versionName="2.10.0" package="me.jmh.authenticatorpro" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="47"
android:versionName="2.11.0" package="me.jmh.authenticatorpro" android:installLocation="auto">
<uses-sdk android:minSdkVersion="26" android:targetSdkVersion="33"/>
<uses-feature android:name="android.hardware.type.watch"/>
<application android:allowBackup="true" android:label="@string/appName" android:icon="@mipmap/ic_launcher"
Expand Down

0 comments on commit 74c742d

Please sign in to comment.