Skip to content

Commit

Permalink
prepares for 1.0.5 version (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
sotuzun authored May 26, 2021
1 parent 4fc0118 commit dbf3099
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.4</version>
<version>1.0.5</version>
</dependency>
```
Gradle Groovy DSL
```
implementation 'io.craftgate:craftgate:1.0.4'
implementation 'io.craftgate:craftgate:1.0.5'
```
Gradle Kotlin DSL
```
implementation("io.craftgate:craftgate:1.0.4")
implementation("io.craftgate:craftgate:1.0.5")
```

## Usage
Expand Down

0 comments on commit dbf3099

Please sign in to comment.