Skip to content

Commit

Permalink
Release v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gsantner committed Feb 3, 2018
1 parent 4993b9d commit 54a4c8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### v1.3.2
- More support languages
- New settings screen
- Fix: Don't include colon in save filename

### v1.3.1
- Include tags in search
- Fix loading from some gallery apps
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
buildConfigField "String", "GITHASH", "\"${getGitHash()}\""

applicationId "io.github.gsantner.memetastic"
versionName "1.3.1"
versionCode 40
versionName "1.3.2"
versionCode 41
}

buildTypes {
Expand Down

0 comments on commit 54a4c8b

Please sign in to comment.