Skip to content

Commit

Permalink
Release v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gsantner committed Nov 20, 2017
1 parent 1d442c5 commit a1bb37f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v1.3.1
- Include tags in search
- Fix loading from some gallery apps
- Improved Editor Text-settings usability
- Add description field to font selection

### v1.3.0
- Translated into many more languages
- Search memes
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
buildConfigField "String", "GITHASH", "\"${getGitHash()}\""

applicationId "io.github.gsantner.memetastic"
versionName "1.3.0"
versionCode 39
versionName "1.3.1"
versionCode 40
}

buildTypes {
Expand Down

0 comments on commit a1bb37f

Please sign in to comment.