Skip to content

Commit

Permalink
Back to snapshot for development
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Nov 15, 2023
1 parent 6e6c704 commit 70fd7c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,16 @@ See [here](https://github.com/IntellectualSites/.github/blob/main/CONTRIBUTING.m
## Maven Deployment
Releases are published to the central repository, snapshots are published to S01 OSS Sonatype.

Replace `VERSION` with the version you want to use.

### Gradle
```kotlin
repositories {
mavenCentral()
}

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

Expand All @@ -57,7 +59,7 @@ dependencies {
<dependency>
<groupId>com.intellectualsites.fastasyncvoxelsniper</groupId>
<artifactId>fastasyncvoxelsniper</artifactId>
<version>2.9.4</version>
<version>VERSION</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 @@ -62,7 +62,7 @@ configurations.all {
}

group = "com.intellectualsites.fastasyncvoxelsniper"
version = "3.0.0"
version = "3.0.1-SNAPSHOT"

bukkit {
name = "FastAsyncVoxelSniper"
Expand Down

0 comments on commit 70fd7c5

Please sign in to comment.