diff --git a/README.md b/README.md index 1c35d08..ab9e165 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.5" + implementation "com.coditory.quark:quark-uri:0.0.6" } ``` diff --git a/gradle.properties b/gradle.properties index 113c42f..d2eaab3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.0.5 \ No newline at end of file +version=0.0.6 \ No newline at end of file