Skip to content

Commit

Permalink
Merge pull request #105 from forrestguice/prep-release-0.4.1
Browse files Browse the repository at this point in the history
Prep release 0.4.1. 
Only fixes a single bug, but its a doozy.
  • Loading branch information
forrestguice authored Oct 31, 2017
2 parents dd8bc1e + 3a81e1b commit c1d3a7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### v0.4.1 (2017-10-31)
* fixes data source setting not honored (#104).

### v0.4.0 (2017-06-12)
* adds French translation (contributed by Jej) (#92).
* adds time format option (12hr / 24hr time) (#22).
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android
applicationId "com.forrestguice.suntimeswidget"
minSdkVersion 10
targetSdkVersion 24
versionCode 11
versionName "0.4.0"
versionCode 12
versionName "0.4.1"

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

0 comments on commit c1d3a7e

Please sign in to comment.