Skip to content

Commit

Permalink
prepare for release 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpaulson committed Nov 28, 2019
1 parent 5b48764 commit b5aa917
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 39
versionName "1.11"
versionCode 40
versionName "1.12"
}

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 @@ -187,7 +187,7 @@
<string name="rain">Rain</string>
<string name="temperature">Temperature</string>
<string name="action_graphs">Graphs</string>
<string name="about_version" translatable="false">1.11</string>
<string name="about_version" translatable="false">1.12</string>
<string name="about_description">A lightweight, Free Software weather app, released under the GPL3 licence.</string>
<string name="about_developers">Developed by <a href='mailto:[email protected]'>Tomas Martykan</a> and <a href='https://github.com/martykan/forecastie/graphs/contributors'>others</a>, with assistance from <a href='https://github.com/martykan/forecastie/issues?utf8=✓;q=is%3Aissue'>many more</a>.</string>
<string name="about_src">Code is available at <a href='https://github.com/martykan/forecastie'>Forecastie</a>.</string>
Expand Down

0 comments on commit b5aa917

Please sign in to comment.