diff --git a/README.md b/README.md index 0bc2056..9bad491 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ repositories { } dependencies { - compile "com.github.benckx:ouistiti:1.2" + compile "com.github.benckx:ouistiti:2.0" } ``` diff --git a/gradle.properties b/gradle.properties index 711832a..28ed54f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ group=be.encelade.ouistiti -version=2.0-SNAPSHOT +version=2.0 kotlinVersion=1.5.21