From 9b348acaa94afbaf548dac8fba76985fcd5617ef Mon Sep 17 00:00:00 2001 From: Roman Gräf Date: Fri, 17 Jul 2020 21:31:27 +0200 Subject: version bump and point list. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6268f5f..ab76f8c 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ repositories { } dependencies { - implementation("com.github.romangraef", "jrconfig", "v1.1") + implementation("com.github.romangraef", "jrconfig", "v1.2") } ``` The version can be either a git shortref, or a [tag](https://github.com/romangraef/jrconfig/tags). -- cgit