Skip to content

Commit

Permalink
prepares for version 1.0.8 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
sotuzun authored Jul 27, 2021
1 parent f8cea96 commit 56d9a35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ Apache Maven:
<dependency>
<groupId>io.craftgate</groupId>
<artifactId>craftgate</artifactId>
<version>1.0.7</version>
<version>1.0.8</version>
</dependency>
```
Gradle Groovy DSL
```
implementation 'io.craftgate:craftgate:1.0.7'
implementation 'io.craftgate:craftgate:1.0.8'
```
Gradle Kotlin DSL
```
implementation("io.craftgate:craftgate:1.0.7")
implementation("io.craftgate:craftgate:1.0.8")
```

## Usage
Expand Down

0 comments on commit 56d9a35

Please sign in to comment.