Skip to content

Commit cdf7931

Browse files
authored
Merge pull request #303 from forrestguice/release-0.11.1
release 0.11.1
2 parents 82b32c8 + 575293a commit cdf7931

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-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.11.1 (2019-03-28)
4+
* updates translations to Spanish (es-es) and Catalan (ca) (#301 by Raulvo).
5+
* updates translations to Polish (pl) and Esperanto (eo) (#302 by Verdulo).
6+
37
### v0.11.0 (2019-03-12)
48
* adds "Suntimes Alarms", an Alarm Clock (#140, #250, #261) with support for daily repeating alarms and notifications.
59
* adds a clock widget (#154, #260); displays solar time (Local Mean Time, Apparent Solar Time), or the time in a given timezone.

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 OldTargetApi
2525
targetSdkVersion 25
26-
versionCode 41
27-
versionName "0.11.0"
26+
versionCode 42
27+
versionName "0.11.1"
2828

2929
buildConfigField "java.util.Date", "BUILD_TIME", "new java.util.Date(" + getDateAsMillis() + "L)"
3030
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""

0 commit comments

Comments
 (0)