Skip to content

Commit 505caf8

Browse files
committed
Fix versioning
1 parent 202a564 commit 505caf8

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

.idea/workspace.xml

Lines changed: 1 addition & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ allprojects {
1818
apply plugin: 'maven-publish'
1919

2020
group = 'me.tofaa.entitylib'
21-
version = '2.3.1-SNAPSHOT'
21+
version = '2.4.1-SNAPSHOT'
2222

2323
java.sourceCompatibility = JavaVersion.VERSION_1_8
2424
java.targetCompatibility = JavaVersion.VERSION_1_8

platforms/spigot/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
dependencies {
33
api(project(":common"))
44
compileOnly('com.github.retrooper:packetevents-spigot:' + peVersion)
5-
compileOnly('org.spigotmc:spigot-api:1.21-R0.1-SNAPSHOT')
5+
compileOnly('org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT')
66
}

0 commit comments

Comments
 (0)