Skip to content

Commit

Permalink
release 1.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier63 committed Feb 16, 2019
1 parent c5827ba commit bcf1617
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ android {
targetSdkVersion 28

//hardcoded for F-droid bot
versionCode = 1005012
versionName = "1.5.12"
versionCode = 1005013
versionName = "1.5.13"

//still need to make sure this is in sync with the git tags
def versionCodeFromGit = androidGitVersion.code()
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/res/raw/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.5.13
- fixed a spurious crash when importing keys

### 1.5.12
- bugfix: decoy entries can now be deleted

Expand Down

0 comments on commit bcf1617

Please sign in to comment.