Skip to content

Commit

Permalink
prepare for v1.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpaulson committed Oct 29, 2019
1 parent eca2044 commit 449da9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
minSdkVersion 15
//noinspection ExpiringTargetSdkVersion
targetSdkVersion 27
versionCode 36
versionName "1.10.7"
versionCode 37
versionName "1.10.8"
}

lintOptions {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,6 @@
<string name="rain">Rain</string>
<string name="temperature">Temperature</string>
<string name="action_graphs">Graphs</string>
<string name="about_version" translatable="false">1.10.7</string>
<string name="about_version" translatable="false">1.10.8</string>
<string name="about_text">A lightweight, Free Software weather app, released under the GPL3 licence.\n\nDeveloped by <a href='mailto:[email protected]'>Tomas Martykan</a> and others\n\nCode is available at <a href='https://github.com/martykan/forecastie'>Forecastie</a>\n\nData provided by <a href='https://openweathermap.org/'>OpenWeatherMap</a>, under the <a href='http://creativecommons.org/licenses/by-sa/2.0/'>Creative Commons license</a>\n\nIcons are <a href='https://erikflowers.github.io/weather-icons/'>Weather Icons</a>, by <a href='http://www.twitter.com/artill'>Lukas Bischoff</a> and <a href='http://www.twitter.com/Erik_UX'>Erik Flowers</a>, under the <a href='http://scripts.sil.org/OFL'>SIL OFL 1.1</a> licence.</string>
</resources>

0 comments on commit 449da9b

Please sign in to comment.