Skip to content

Commit 0f8b740

Browse files
committed
fix: Fix version and package
Also update release date in changelog
1 parent 4a8d784 commit 0f8b740

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
## Unreleased
1+
## [Unreleased]
22

33
*No changes*
44

5-
## 1.0.0 - 2024.05.08
5+
## [1.0.0] - 2024.05.13
66

77
- 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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Project-wide Gradle settings.
2-
group = "com.redmadrobot.textvalue"
3-
version = "1.0.0"
2+
group=com.redmadrobot.textvalue
3+
version=1.0.0
4+
45
# IDE (e.g. Android Studio) users:
56
# Gradle settings configured through the IDE *will override*
67
# any settings specified in this file.

0 commit comments

Comments
 (0)