Skip to content

Commit

Permalink
Merge pull request #24 from forrestguice/release-0.4.1
Browse files Browse the repository at this point in the history
release 0.4.1
  • Loading branch information
forrestguice authored Apr 22, 2020
2 parents a181750 + c7a92bd commit 2f07b01
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
### ~

### v0.4.1 (2020-04-22)
* updates translations to Polish (pl) and Esperanto (eo) (#23 by Verdulo).

### v0.4.0 (2020-02-14)
* adds "Moon Apsis" calendar (apogee, perigee).
* adds ability to change a calendar's color.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.forrestguice.suntimescalendars"
minSdkVersion 11
targetSdkVersion 25
versionCode 7
versionName "0.4.0"
versionCode 8
versionName "0.4.1"

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

Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* updates translations to Polish and Esperanto.

0 comments on commit 2f07b01

Please sign in to comment.