Skip to content

Commit 96997aa

Browse files
committed
Version 1.2
1 parent ab70292 commit 96997aa

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 "com.danhasting.radar"
99
minSdkVersion 16
1010
targetSdkVersion 29
11-
versionCode 3
12-
versionName "1.1"
11+
versionCode 4
12+
versionName "1.2"
1313

1414
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
1515

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
<!-- About -->
5656
<string name="version">Version:</string>
57-
<string name="copyright">Copyright © 2018&#8211;2020, Dan Hasting</string>
57+
<string name="copyright">Copyright © 2018&#8211;2021, Dan Hasting</string>
5858
<string name="donate">Weather Radar is provided free of charge and with no advertisements. If you find it useful, please consider supporting my work.</string>
5959
<string name="donate_button">Donate</string>
6060
<string name="license_line1">Weather Radar is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</string>

0 commit comments

Comments
 (0)