Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Revxrsal committed Jun 9, 2022
1 parent 6e3de30 commit 01ec4a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ subprojects {
apply plugin: "maven-publish"

group = "io.github.revxrsal"
version = "3.0.5"
version = "3.0.6-SNAPSHOT"

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ configurations {
}

dependencies {
implementation(project(":common"))
testing(project(":common"))
compileOnly("com.mojang:brigadier:1.0.18")
compileOnly("org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT")
}
Expand Down

0 comments on commit 01ec4a0

Please sign in to comment.