Skip to content

Commit

Permalink
Update of version
Browse files Browse the repository at this point in the history
  • Loading branch information
thuryn committed Jun 15, 2024
1 parent 580f8e8 commit 1a416cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
6.0.1
Fix storing of weather forecast

6.0.0
Switched weather provider to Open-Meteo

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId "org.thosp.yourlocalweather"
minSdkVersion 14
targetSdkVersion 34
versionCode 173
versionName "6.0.0"
versionCode 174
versionName "6.0.1"
vectorDrawables.useSupportLibrary true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
playAccountConfig = playAccountConfigs.defaultAccountConfig
Expand Down

0 comments on commit 1a416cf

Please sign in to comment.