Skip to content

Commit 69b1d84

Browse files
author
Yuriy Elistratov
committed
version: 1.0.2
1 parent 805e528 commit 69b1d84

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
*No changes*
44

5+
## [1.0.2] - 2025.10.16
6+
7+
- Add default value to formatArgs field in Resource constructor
8+
59
## [1.0.1] - 2025.10.15
610

711
- Add ability to use arguments with text from resources
@@ -13,6 +17,7 @@
1317

1418
- Public release textvalue library and textvalue-compose extensions library
1519

16-
[unreleased]: https://github.com/RedMadRobot/TextValue/compare/1.0.1...main
20+
[unreleased]: https://github.com/RedMadRobot/TextValue/compare/1.0.2...main
21+
[1.0.2]: https://github.com/RedMadRobot/TextValue/compare/1.0.1...1.0.2
1722
[1.0.1]: https://github.com/RedMadRobot/TextValue/compare/1.0.0...1.0.1
1823
[1.0.0]: https://github.com/RedMadRobot/TextValue/compare/d5d1d9...1.0.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ repositories {
2525
2626
dependencies {
2727
// Views version
28-
implementation("com.redmadrobot.textvalue:textvalue:1.0.1")
28+
implementation("com.redmadrobot.textvalue:textvalue:1.0.2")
2929
3030
// Compose extensions for textvalue
31-
implementation("com.redmadrobot.textvalue:textvalue-compose:1.0.1")
31+
implementation("com.redmadrobot.textvalue:textvalue-compose:1.0.2")
3232
}
3333
```
3434

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Project-wide Gradle settings.
22
group=com.redmadrobot.textvalue
3-
version=1.0.1
3+
version=1.0.2
44

55
# IDE (e.g. Android Studio) users:
66
# Gradle settings configured through the IDE *will override*

0 commit comments

Comments
 (0)