Skip to content

Commit ed9153f

Browse files
committed
release: v1.1.1
1 parent 5b239b2 commit ed9153f

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.1.1] - 2025-10-16
6+
57
### Fixed
68

79
- Fixed bullet points rendering for Arabic locale

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 = 20
19-
versionName = "1.1.0"
18+
versionCode = 21
19+
versionName = "1.1.1"
2020
buildConfigField("String", "GIT_SHA", "\"${gitSha}\"")
2121
}
2222

0 commit comments

Comments
 (0)