Skip to content

Commit

Permalink
prepare for v1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpaulson authored Dec 26, 2017
1 parent 78c7b9b commit 4dd309f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ private void aboutDialog() {
AlertDialog.Builder alert = new AlertDialog.Builder(this);
alert.setTitle("Forecastie");
final WebView webView = new WebView(this);
String about = "<p>1.5</p>" +
String about = "<p>1.6</p>" +
"<p>A lightweight, opensource weather app.</p>" +
"<p>Developed by <a href='mailto:[email protected]'>Tomas Martykan</a></p>" +
"<p>Data 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>" +
Expand Down

0 comments on commit 4dd309f

Please sign in to comment.