Skip to content

Commit

Permalink
release: version 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Siroshun09 committed Jul 9, 2022
1 parent 45469fc commit d9c9266
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,19 +85,19 @@ For snapshot version, use https://okocraft.github.io/Box/maven-snapshot/
<dependency>
<groupId>net.okocraft.box</groupId>
<artifactId>api</artifactId>
<version>4.4.0-SNAPSHOT</version>
<version>4.4.0</version>
<scope>provided</scope>
</dependency>
```

```gradle
dependencies {
compileOnly 'net.okocraft.box:api:4.4.0-SNAPSHOT'
compileOnly 'net.okocraft.box:api:4.4.0'
}
```

```kotlin
dependencies {
compileOnly("net.okocraft.box:api:4.4.0-SNAPSHOT")
compileOnly("net.okocraft.box:api:4.4.0")
}
```
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ org.gradle.caching=true
org.gradle.parallel=true

group=net.okocraft.box
version=4.4.0-SNAPSHOT
version=4.4.0

0 comments on commit d9c9266

Please sign in to comment.