Skip to content

Commit

Permalink
Merge pull request #40 from forrestguice/release-0.5.3
Browse files Browse the repository at this point in the history
release 0.5.3
  • Loading branch information
forrestguice authored Mar 9, 2021
2 parents c6388d2 + b3386d9 commit 8d6c871
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### ~

### v0.5.3 (2021-03-09)
* adds translation to Russian (ru) (contributed by ddanilov) (#39).
* updates translations to Catalan (ca) and Spanish (es) (#37, #38 by gnusuari0).

### v0.5.2 (2021-02-09)
* updates translation to Dutch (nl) (#33 by Joppla).
* updates translations to Catalan (ca) and Spanish (es) (#34, #35 by gnusuari0).
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ Italian translation by <u>Matteo Caoduro</u>.<br/>
Traditional Chinese translation by <u><a href=https://github.com/pggdt>ft42</a></u>.<br />
Brazilian Portuguese translation by <u><a href=https://github.com/netosilva15>NetoSilva</a></u>, <u><a href=https://github.com/naoliv>Nelson&#160;A.&#160;de&#160;Oliveira</a></u>, and <u><a href=https://github.com/efraletti>Enrico S. B. Fraletti</a></u>.<br />
Dutch translation by <u><a href=https://github.com/joppla>Joppla</a></u>.<br />
Russian translation by <u><a href=https://github.com/ddanilov>ddanilov</a></u>.<br />
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
minSdkVersion 11
//noinspection ExpiredTargetSdkVersion,OldTargetApi
targetSdkVersion 25
versionCode 12
versionName "0.5.2"
versionCode 13
versionName "0.5.3"

buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""

Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/13.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- adds translation to Russian.
- updates translations to Catalan and Spanish.

0 comments on commit 8d6c871

Please sign in to comment.