Skip to content

Commit 2b6be4f

Browse files
Fix: Update library version in README to 1.1.0
The README.md file previously listed version 1.0.0 in the installation instructions. I updated this to reflect the correct current version, 1.1.0, as defined in the project's gradle.properties file. I reviewed other details in the README, including feature descriptions, usage examples, and build instructions, and found them to be consistent with the current codebase.
1 parent d17eb5a commit 2b6be4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repositories {
3333
}
3434

3535
dependencies {
36-
implementation("hossain.dev:json5kt:1.0.0")
36+
implementation("hossain.dev:json5kt:1.1.0")
3737
}
3838
```
3939

0 commit comments

Comments
 (0)