We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8d784 commit 0f8b740Copy full SHA for 0f8b740
CHANGELOG.md
@@ -1,7 +1,10 @@
1
-## Unreleased
+## [Unreleased]
2
3
*No changes*
4
5
-## 1.0.0 - 2024.05.08
+## [1.0.0] - 2024.05.13
6
7
- Public release textvalue library and textvalue-compose extensions library
8
+
9
+[unreleased]: https://github.com/RedMadRobot/TextValue/compare/1.0.0...main
10
+[1.0.0]: https://github.com/RedMadRobot/TextValue/compare/d5d1d9...1.0.0
gradle.properties
@@ -1,6 +1,7 @@
# Project-wide Gradle settings.
-group = "com.redmadrobot.textvalue"
-version = "1.0.0"
+group=com.redmadrobot.textvalue
+version=1.0.0
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.
0 commit comments