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"
}
```