feat(release): bump version

This commit is contained in:
GitHub Actions
2026-03-10 05:20:43 +00:00
parent 68c3e0f58d
commit 153867426a
3 changed files with 10 additions and 2 deletions
+4 -1
View File
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.62.0] - 2026-03-10
### Fixed
- Improve comment scrolling performance
@@ -582,7 +584,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial Play Store release
[Unreleased]: https://github.com/msfjarvis/compose-lobsters/compare/v1.61.0...HEAD
[Unreleased]: https://github.com/msfjarvis/compose-lobsters/compare/v1.62.0...HEAD
[1.62.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.61.0...v1.62.0
[1.61.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.60.0...v1.61.0
[1.60.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.59.0...v1.60.0
[1.59.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.58.0...v1.59.0
+1 -1
View File
@@ -2,4 +2,4 @@
# This file was automatically generated by 'versioning-plugin'. DO NOT EDIT MANUALLY.
#
versioning-plugin.versionCode=16200
versioning-plugin.versionName=1.62.0-SNAPSHOT
versioning-plugin.versionName=1.62.0
@@ -0,0 +1,5 @@
### Fixed
- Improve comment scrolling performance
- Ensure saved/read state for posts updates properly in UI
- All strings in the app are now translatable, open to volunteer contributions.