From c16f62ba02e20752c0ace828598768ed81942205 Mon Sep 17 00:00:00 2001 From: Roman Gräf Date: Thu, 16 Jul 2020 13:09:05 +0200 Subject: version bump --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ed46a2d..6268f5f 100644 --- a/README.md +++ b/README.md @@ -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). -- cgit