Skip to content

Commit

Permalink
Merge pull request #507 from forrestguice/release-0.13.13
Browse files Browse the repository at this point in the history
release 0.13.13
  • Loading branch information
forrestguice authored Sep 10, 2021
2 parents 24cd1c3 + 015d147 commit 9aa8452
Show file tree
Hide file tree
Showing 4 changed files with 9 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.13.13 (2021-09-09)
* fixes bug "1x1 moon widget uses imperial units while the app metric" (#506).

### v0.13.12 (2021-06-20)
* updates translation to German (de) (#503 by wolkenschieber).

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ A calendar provider add-on for Suntimes.<br/><br />

<a href="https://github.com/forrestguice/SolunarPeriods/"><img align="left" src="https://forrestguice.github.io/SuntimesWidget/assets/images/ic_solunar.png" height="64" /></a> <a href="https://github.com/forrestguice/SolunarPeriods/">Solunar Periods</a> <br />
A hunting and fishing add-on for Suntimes.<br/><br />

<a href="https://github.com/forrestguice/NaturalHour/"><img align="left" src="https://forrestguice.github.io/SuntimesWidget/assets/images/ic_naturalhour.png" height="64" /></a> <a href="https://github.com/forrestguice/NaturalHour/">Natural Hour</a> <br />
A 24-hour clock & roman timekeeping add-on for Suntimes.<br/><br />

The app:
* displays the current time (system time zone, custom time zone, or solar time)
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 ExpiredTargetSdkVersion,OldTargetApi
targetSdkVersion 25
versionCode 76
versionName "0.13.12"
versionCode 77
versionName "0.13.13"

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

Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/77.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- fixes bug where moon widgets show distances with the wrong units (#506).

0 comments on commit 9aa8452

Please sign in to comment.