From db5c50fde6a8f750ccacf5cb6dcedaa7f968eb7f Mon Sep 17 00:00:00 2001 From: Yusuf Arfan Ismail Date: Wed, 5 Oct 2022 20:57:00 +0100 Subject: [PATCH] v 1.0.7 --- Package.md | 6 +++--- README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.md b/Package.md index de429dc..ff8fc1e 100644 --- a/Package.md +++ b/Package.md @@ -37,7 +37,7 @@ And thats it for getting the token. io.github.realyusufismail jconfig - 1.0.6 + 1.0.7 ``` @@ -46,11 +46,11 @@ And thats it for getting the token. ```groovy //kotlin dependencies { - implementation("io.github.realyusufismail:jconfig:1.0.6") + implementation("io.github.realyusufismail:jconfig:1.0.7") } //groovy dependencies { - implementation "io.github.realyusufismail:jconfig:1.0.6" + implementation "io.github.realyusufismail:jconfig:1.0.7" } ``` \ No newline at end of file diff --git a/README.md b/README.md index 358ee7c..737c862 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ And thats it for getting the token. io.github.realyusufismail jconfig - 1.0.6 + 1.0.7 ``` @@ -46,12 +46,12 @@ And thats it for getting the token. ```groovy //kotlin dependencies { - implementation("io.github.realyusufismail:jconfig:1.0.6") + implementation("io.github.realyusufismail:jconfig:1.0.7") } //groovy dependencies { - implementation "io.github.realyusufismail:jconfig:1.0.6" + implementation "io.github.realyusufismail:jconfig:1.0.7" } ```