Skip to content

Commit 7fac0af

Browse files
committed
release: v1.0.2
1 parent 5b76f9c commit 7fac0af

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [1.0.2] - 2025-09-22
6+
57
- Improve About page look and feel
68
- Fix "Shadow" option resetting upon save
79
- Fix changing the input color field does not update the color picker

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
applicationId = "me.amrbashir.hijriwidget"
1616
minSdk = 26
1717
targetSdk = 36
18-
versionCode = 18
19-
versionName = "1.0.1"
18+
versionCode = 19
19+
versionName = "1.0.2"
2020
buildConfigField("String", "GIT_SHA", "\"${gitSha}\"")
2121
}
2222

0 commit comments

Comments
 (0)