Skip to content

Commit 8ac5d42

Browse files
committed
Update version
1 parent 294de45 commit 8ac5d42

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ android {
1919
applicationId = "co.adityarajput.notifilter"
2020
minSdk = 29
2121
targetSdk = 36
22-
versionCode = 29
23-
versionName = "4.9.1"
22+
versionCode = 30
23+
versionName = "4.10.0"
2424

2525
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2626
}

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<resources>
33
<string name="app_name" translatable="false">NotiFilter</string>
44
<string name="app_name_launcher" translatable="false">NotiFilter</string>
5-
<string name="app_version" translatable="false">4.9.1</string>
5+
<string name="app_version" translatable="false">4.10.0</string>
66

77
<!-- region FiltersScreen -->
88
<string name="no_filters">No filters added.\nTap + to get started.</string>

metadata/en-US/changelogs/30.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
• feat: Support overnight schedules
2+
3+
Intervals like 9pm to 7am (of the next day) are now supported.
4+
5+
Note that the schedule must include the correct days of the week. For example, if you want to schedule something from 9pm on Monday to 7am on Tuesday, both Monday and Tuesday must be active.

0 commit comments

Comments
 (0)