Skip to content

Commit 99ad7d3

Browse files
committed
release: v1.0.1
1 parent ae9e18d commit 99ad7d3

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.1] - 2025-08-29
6+
57
### Fixed
68

79
- Fixed default min width and height of the widget too big

app/build.gradle.kts

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

0 commit comments

Comments
 (0)