Skip to content

Commit 7051c36

Browse files
committed
chore(release): bump version, update changelog
1 parent a0235cb commit 7051c36

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ android {
4343
applicationId = "org.nsh07.pomodoro"
4444
minSdk = 27
4545
targetSdk = 36
46-
versionCode = 16
47-
versionName = "1.6.1"
46+
versionCode = 17
47+
versionName = "1.6.2"
4848

4949
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
5050
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
New features:
2+
- The app can now automatically turn on Do Not Disturb mode when a focus timer is running (this needs to be enabled in Settings)
3+
4+
And other fixes.
5+
This update also contains a new paywall system (For Google Play only)

0 commit comments

Comments
 (0)