Skip to content

Commit b7a2718

Browse files
committed
prepare for release 1.10.4
1 parent 2f326bb commit b7a2718

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
minSdkVersion 15
1111
//noinspection ExpiringTargetSdkVersion
1212
targetSdkVersion 27
13-
versionCode 32
14-
versionName "1.10.3"
13+
versionCode 33
14+
versionName "1.10.4"
1515
}
1616

1717
lintOptions {

app/src/main/res/values/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,5 @@
140140
<string name="rain">Rain</string>
141141
<string name="temperature">Temperature</string>
142142
<string name="action_graphs">Graphs</string>
143-
<string name="about_dialog">1.10.3\n\nA 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>
143+
<string name="about_dialog">1.10.4\n\nA 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>
144144
</resources>

0 commit comments

Comments
 (0)