Skip to content

Commit

Permalink
release 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed Aug 17, 2020
1 parent 0775199 commit 5b8aa0b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AuthenticatorPro/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" android:versionName="1.9.2" package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="1000041">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.9.3" package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="1000042">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29" />
<uses-permission android:name="android.permission.CAMERA" />
<application android:allowBackup="false" android:label="@string/appName" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="false" android:theme="@style/AppTheme"></application>
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/21000042.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- General: Added option to toggle password visibility on backup.
- General: Fixed issue when scanning some QR codes.
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/31000042.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- General: Added option to toggle password visibility on backup.
- General: Fixed issue when scanning some QR codes.
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/41000042.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- General: Added option to toggle password visibility on backup.
- General: Fixed issue when scanning some QR codes.
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/51000042.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- General: Added option to toggle password visibility on backup.
- General: Fixed issue when scanning some QR codes.

0 comments on commit 5b8aa0b

Please sign in to comment.