Skip to content

Commit

Permalink
Release 2.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Sep 15, 2023
1 parent db01a0e commit 8d8d34a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ repositories {
}

dependencies {
compileOnly("com.intellectualsites.fastasyncvoxelsniper:fastasyncvoxelsniper:2.9.0")
compileOnly("com.intellectualsites.fastasyncvoxelsniper:fastasyncvoxelsniper:2.9.4")
}
```

Expand All @@ -57,7 +57,7 @@ dependencies {
<dependency>
<groupId>com.intellectualsites.fastasyncvoxelsniper</groupId>
<artifactId>fastasyncvoxelsniper</artifactId>
<version>2.9.0</version>
<version>2.9.4</version>
<scope>provided</scope>
</dependency>
```
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ configurations.all {
}

group = "com.intellectualsites.fastasyncvoxelsniper"
version = "2.9.4-SNAPSHOT"
version = "2.9.4"

bukkit {
name = "FastAsyncVoxelSniper"
Expand Down

0 comments on commit 8d8d34a

Please sign in to comment.