Skip to content

Commit 355e4aa

Browse files
chore(release): v1.1.4 (7) (#185)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent 562ea3e commit 355e4aa

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.fossify/release-marker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Auto-generated file. DO NOT EDIT.
2-
1.1.3
2+
1.1.4

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.4] - 2025-06-28
11+
1012
### Fixed
1113

1214
- Addressed crash on startup due to widgets ([#182])
@@ -69,7 +71,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6971

7072
- Initial release
7173

72-
[Unreleased]: https://github.com/FossifyOrg/Launcher/compare/1.1.3...HEAD
74+
[Unreleased]: https://github.com/FossifyOrg/Launcher/compare/1.1.4...HEAD
75+
[1.1.4]: https://github.com/FossifyOrg/Launcher/compare/1.1.3...1.1.4
7376
[1.1.3]: https://github.com/FossifyOrg/Launcher/compare/1.1.2...1.1.3
7477
[1.1.2]: https://github.com/FossifyOrg/Launcher/compare/1.1.1...1.1.2
7578
[1.1.1]: https://github.com/FossifyOrg/Launcher/compare/1.1.0...1.1.1
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Fixed:
2+
3+
• Addressed crash on startup due to widgets
4+

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ android.nonTransitiveRClass=true
55
org.gradle.jvmargs=-Xmx4096M
66

77
# Versioning
8-
VERSION_NAME=1.1.3
9-
VERSION_CODE=6
8+
VERSION_NAME=1.1.4
9+
VERSION_CODE=7
1010
APP_ID=org.fossify.home

0 commit comments

Comments
 (0)