Skip to content

Commit

Permalink
fixed version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpaulson committed Feb 5, 2019
1 parent a29b948 commit a29e8d1
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 @@ -7,8 +7,8 @@ android {
minSdkVersion 15
//noinspection ExpiringTargetSdkVersion
targetSdkVersion 26
versionCode 27
versionName "1.9"
versionCode 28
versionName "1.9.1"
}

lintOptions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ private void aboutDialog() {
AlertDialog.Builder alert = new AlertDialog.Builder(this);
alert.setTitle("Forecastie");
final WebView webView = new WebView(this);
String about = "<p>1.9</p>" +
String about = "<p>1.9.1</p>" +
"<p>A lightweight, Free Software weather app, released under the GPL3 licence.</p>" +
"<p>Developed by <a href='mailto:[email protected]'>Tomas Martykan</a> and others</p>" +
"<p>Code is available at <a href='https://github.com/martykan/forecastie'>Forecastie</a>" +
Expand Down

0 comments on commit a29e8d1

Please sign in to comment.