Skip to content

Commit

Permalink
Merge pull request #135 from forrestguice/prep-release-0.6.0
Browse files Browse the repository at this point in the history
Prep release 0.6.0
  • Loading branch information
forrestguice authored Dec 27, 2017
2 parents b7eb979 + 9f0fc0a commit faf364b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### ~

###
### v0.6.0 (2017-12-27)
* adds solstice/equinox tracking to app (#13).
* adds solstice/equinox widget (#13).
* adds option to show seconds in rise/set times displayed by widgets.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android
minSdkVersion 10
//noinspection OldTargetApi
targetSdkVersion 25
versionCode 15
versionName "0.5.2"
versionCode 16
versionName "0.6.0"

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

0 comments on commit faf364b

Please sign in to comment.