Skip to content

Commit

Permalink
prepare for release 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff committed Jun 14, 2022
1 parent 54c8a38 commit bdc924d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId 'site.leos.setter'
minSdk 26
targetSdk 30
versionCode 13
versionName '0.1.12'
versionCode 14
versionName '0.1.13'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
archivesBaseName = "Setter-v$versionName"
}
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/14.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* added papago.com translation engine for Korean friends
* moved UI elements to bottom of the screen for easy single hand operation
* other bug fixed and improvement

0 comments on commit bdc924d

Please sign in to comment.