diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index c266fc0..9b6f683 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -12,8 +12,8 @@ android { applicationId = "nl.hansdezwart.bgclock" minSdk = 26 targetSdk = 36 - versionCode = 6 - versionName = "1.5" + versionCode = 7 + versionName = "1.6" } compileOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/7.txt b/fastlane/metadata/android/en-US/changelogs/7.txt new file mode 100644 index 0000000..2e88826 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/7.txt @@ -0,0 +1 @@ +Rationalised the settings page and added the option to set a different time and delay per player. diff --git a/public_html/sw.js b/public_html/sw.js index 858d7fe..80f507a 100644 --- a/public_html/sw.js +++ b/public_html/sw.js @@ -1,5 +1,5 @@ /* Cache-first: once installed the clock never touches the network again. */ -const CACHE = "bgclock-v21"; +const CACHE = "bgclock-v22"; const FILES = [ "./", "./index.html",