Skip to content

Commit fd8679b

Browse files
committed
release: v1.1.0
1 parent 88b956c commit fd8679b

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.0] - 2025-10-15
6+
57
### Added
68

79
- Added "Arabic" translation for the application.

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

0 commit comments

Comments
 (0)