Skip to content

Commit 01fa5ca

Browse files
authored
Merge pull request #521 from forrestguice/release-0.13.16
release 0.13.16
2 parents 6f47b3c + e83ac02 commit 01fa5ca

File tree

5 files changed

+7
-2
lines changed

5 files changed

+7
-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.16 (2021-11-29)
4+
* adds translation to Czech (cs) (contributed by utaxiu) (#520).
5+
* fixes bug where CalculatorProvider fails to apply altitude refinements.
6+
37
### v0.13.15 (2021-11-15)
48
* updates translation to Norwegian (nb) (#515 by FTno).
59
* updates translations to Polish (pl) and Esperanto (eo) (#514 by Verdulo).

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 79
27-
versionName "0.13.15"
26+
versionCode 80
27+
versionName "0.13.16"
2828

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

72.8 KB
Loading
73.1 KB
Loading
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- adds translation to Czech.

0 commit comments

Comments
 (0)