Skip to content

Commit ed18089

Browse files
committed
2 parents 59c25e8 + e5e9f97 commit ed18089

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "cz.martykan.forecastie"
99
minSdkVersion 15
1010
targetSdkVersion 23
11-
versionCode 16
12-
versionName "1.4"
11+
versionCode 17
12+
versionName "1.4.1"
1313
}
1414

1515
lintOptions {

app/src/main/java/cz/martykan/forecastie/activities/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ private void aboutDialog() {
260260
AlertDialog.Builder alert = new AlertDialog.Builder(this);
261261
alert.setTitle("Forecastie");
262262
final WebView webView = new WebView(this);
263-
String about = "<p>1.4</p>" +
263+
String about = "<p>1.4.1</p>" +
264264
"<p>A lightweight, opensource weather app.</p>" +
265265
"<p>Developed by <a href='mailto:t.martykan@gmail.com'>Tomas Martykan</a></p>" +
266266
"<p>Data provided by <a href='http://openweathermap.org/'>OpenWeatherMap</a>, under the <a href='http://creativecommons.org/licenses/by-sa/2.0/'>Creative Commons license</a>" +

0 commit comments

Comments
 (0)