Skip to content

Commit

Permalink
Fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofaa2 committed Jul 6, 2024
1 parent 202a564 commit 505caf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
11 changes: 1 addition & 10 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ allprojects {
apply plugin: 'maven-publish'

group = 'me.tofaa.entitylib'
version = '2.3.1-SNAPSHOT'
version = '2.4.1-SNAPSHOT'

java.sourceCompatibility = JavaVersion.VERSION_1_8
java.targetCompatibility = JavaVersion.VERSION_1_8
Expand Down
2 changes: 1 addition & 1 deletion platforms/spigot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
dependencies {
api(project(":common"))
compileOnly('com.github.retrooper:packetevents-spigot:' + peVersion)
compileOnly('org.spigotmc:spigot-api:1.21-R0.1-SNAPSHOT')
compileOnly('org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT')
}

0 comments on commit 505caf8

Please sign in to comment.