Skip to content

Commit

Permalink
v 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
RealYusufIsmail committed Oct 5, 2022
1 parent ae28014 commit db5c50f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ And thats it for getting the token.
<dependency>
<groupId>io.github.realyusufismail</groupId>
<artifactId>jconfig</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</dependency>
```

Expand All @@ -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"
}
```
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ And thats it for getting the token.
<dependency>
<groupId>io.github.realyusufismail</groupId>
<artifactId>jconfig</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</dependency>
```

Expand All @@ -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"
}
```

Expand Down

0 comments on commit db5c50f

Please sign in to comment.