Skip to content

Commit 01ec4a0

Browse files
committed
bump version
1 parent 6e3de30 commit 01ec4a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ subprojects {
88
apply plugin: "maven-publish"
99

1010
group = "io.github.revxrsal"
11-
version = "3.0.5"
11+
version = "3.0.6-SNAPSHOT"
1212

1313
sourceCompatibility = 1.8
1414
targetCompatibility = 1.8

bukkit/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ configurations {
1111
}
1212

1313
dependencies {
14-
implementation(project(":common"))
14+
testing(project(":common"))
1515
compileOnly("com.mojang:brigadier:1.0.18")
1616
compileOnly("org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT")
1717
}

0 commit comments

Comments
 (0)