Skip to content

Commit

Permalink
upgrade version - 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mvmike committed May 17, 2022
1 parent bfbb132 commit 03ea2ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
applicationId = "cat.mvmike.minimalcalendarwidget"
minSdk = minAndroidVersion
targetSdk = androidVersion
versionCode = 41
versionName = "2.6.0"
versionCode = 42
versionName = "2.6.1"

multiDexEnabled = true
}
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/42.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
v2.6.1
- fix lag on updating preferences

0 comments on commit 03ea2ea

Please sign in to comment.