diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -59,9 +59,9 @@ repositories { } dependencies { - implementation("com.github.romangraef", "jrconfig", "v1.0") + implementation("com.github.romangraef", "jrconfig", "v0.3") } ``` The version can be either a git shortref, or a [tag](https://github.com/romangraef/jrconfig/tags). -Alternatively, a uberjar/fatjar/ shadow/shadedjar can be obtained from the [releases](https://github.com/romangraef/jrconfig/releases).
\ No newline at end of file +Alternatively, a uberjar/fatjar/ shadow/shadedjar can be obtained from the [releases](https://github.com/romangraef/jrconfig/releases). |