Skip to content

Commit

Permalink
Merge pull request #703 from forrestguice/release-0.15.3
Browse files Browse the repository at this point in the history
release 0.15.3
  • Loading branch information
forrestguice authored Apr 11, 2023
2 parents df1f53a + 6a0333d commit d1ed79c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
### ~

### v0.15.2 (2023-04-10)
* updates translation to French (fr) (#702 by grenagit).

### v0.15.2 (2023-03-20)
* adds themed alarms icon (Android 13+); updates shortcut icons (adaptive).
* adds "quick notification" alarm shortcut; adds "world map" app shortcut; removes "themes" shortcut.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Libraries used:

German translation by <u>Henrik "HerHde" Hüttemann</u>, <u>Wolkenschieber</u>, <u>xnumad</u>, and <u>CSTRSK</u>.<br/>
Polish and Esperanto translations by <u>Verdulo</u>.<br/>
French translation by <u>Jej</u>, <u>Aloha</u> and <u>ldmpub</u>.<br/>
French translation by <u>Jej</u>, <u>Aloha</u>, <u>ldmpub</u>, and <u>grenagit</u>.<br/>
Hungarian translation by <u>Erci</u>.<br/>
Catalan and Spanish translations by <u><a href="https://github.com/Raulvo">Raulvo</a></u> and <u><a href=https://github.com/gnusuari0>gnusuari0</a></u>.<br/>
Basque translation by <u>beriain</u>.<br/>
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android
minSdkVersion 10
//noinspection ExpiredTargetSdkVersion,OldTargetApi
targetSdkVersion 25
versionCode 99
versionName "0.15.2"
versionCode 100
versionName "0.15.3"

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

Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/100.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- updates translation to French.

0 comments on commit d1ed79c

Please sign in to comment.