Release v1.1.3

This commit is contained in:
Alexander Bakker 2020-01-20 21:36:05 +01:00
parent c52e60b410
commit 025c89d78c
2 changed files with 11 additions and 2 deletions

View file

@ -19,8 +19,8 @@ android {
applicationId "com.beemdevelopment.aegis" applicationId "com.beemdevelopment.aegis"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 29 targetSdkVersion 29
versionCode 26 versionCode 27
versionName "1.1.2" versionName "1.1.3"
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\"" buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\"" buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
} }

View file

@ -31,6 +31,15 @@
</head> </head>
<body> <body>
<div></div> <div></div>
<h3>Version 1.1.3</h3>
<h4>New</h4>
<ul>
<li>Password reminder for users who use biometric unlock</li>
</ul>
<h4>Fixes</h4>
<ul>
<li>Tokens would not refresh in some rare cases</li>
</ul>
<h3>Version 1.1.2</h3> <h3>Version 1.1.2</h3>
<h4>New</h4> <h4>New</h4>
<ul> <ul>