diff options
author | Roman Gräf <roman.graef@gmail.com> | 2020-04-30 03:36:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-30 03:36:13 +0200 |
commit | 8149ce52c2639bc23c1d4cf163ac4aed3e765dcb (patch) | |
tree | 59d618927f84c07c5e202cc56609a9576eaee92a | |
parent | e6b7f1caf8758ec3d066a2687a7276febad4e661 (diff) | |
download | jrconfig-8149ce52c2639bc23c1d4cf163ac4aed3e765dcb.tar.gz jrconfig-8149ce52c2639bc23c1d4cf163ac4aed3e765dcb.tar.bz2 jrconfig-8149ce52c2639bc23c1d4cf163ac4aed3e765dcb.zip |
Update version in installer
-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). |