diff options
author | Roman Gräf <romangraef@loves.dicksinhisan.us> | 2020-07-16 13:09:05 +0200 |
---|---|---|
committer | Roman Gräf <romangraef@loves.dicksinhisan.us> | 2020-07-16 13:09:05 +0200 |
commit | c16f62ba02e20752c0ace828598768ed81942205 (patch) | |
tree | 1130e37daa3b839d9f1e39561444dc5067e26827 /README.md | |
parent | 8aac9921b01a523e3674dbb54f705671d3c5c778 (diff) | |
download | jrconfig-c16f62ba02e20752c0ace828598768ed81942205.tar.gz jrconfig-c16f62ba02e20752c0ace828598768ed81942205.tar.bz2 jrconfig-c16f62ba02e20752c0ace828598768ed81942205.zip |
version bumpv1.1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ repositories { } dependencies { - implementation("com.github.romangraef", "jrconfig", "v0.4") + implementation("com.github.romangraef", "jrconfig", "v1.1") } ``` The version can be either a git shortref, or a [tag](https://github.com/romangraef/jrconfig/tags). |