diff --git a/README.md b/README.md index ab9e165..d611dd7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Add to your `build.gradle`: ```gradle dependencies { - implementation "com.coditory.quark:quark-uri:0.0.6" + implementation "com.coditory.quark:quark-uri:0.0.7" } ``` diff --git a/gradle.properties b/gradle.properties index d2eaab3..707c93a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.0.6 \ No newline at end of file +version=0.0.7 \ No newline at end of file