Skip to content

Commit 6ab475e

Browse files
authored
Merge pull request #518 from forrestguice/release-0.13.15
release 0.13.15
2 parents 814480f + 68e06ce commit 6ab475e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### ~
22

3+
### v0.13.15 (2021-11-15)
4+
* updates translation to Norwegian (nb) (#515 by FTno).
5+
* updates translations to Polish (pl) and Esperanto (eo) (#514 by Verdulo).
6+
37
### v0.13.14 (2021-10-26)
48
* adds "Show Header Icon" and "Show Header Text" options to User Interface settings (#509, #511).
59
* fixes bug "twilight duration fails to switch to the next event" (#508).

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android
2323
minSdkVersion 10
2424
//noinspection ExpiredTargetSdkVersion,OldTargetApi
2525
targetSdkVersion 25
26-
versionCode 78
27-
versionName "0.13.14"
26+
versionCode 79
27+
versionName "0.13.15"
2828

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- updates translation to Norwegian.
2+
- updates translation to Polish and Esperanto.

0 commit comments

Comments
 (0)