Skip to content

Commit

Permalink
version bump 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander Baas committed Jul 20, 2019
1 parent e11439e commit c2c45f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "nl.implode.weer"
minSdkVersion 22
targetSdkVersion 27
versionCode 19
versionName "1.4.0"
versionCode 20
versionName "1.4.1"
setProperty("archivesBaseName", "weather-$versionName")
}
buildTypes {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/20.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- fix bug where dark widget turned light
1 change: 1 addition & 0 deletions fastlane/metadata/android/nl-NL/changelogs/20.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- bug gerepareerd waar donkere widget licht werd

0 comments on commit c2c45f3

Please sign in to comment.