Skip to content

Commit e3989e1

Browse files
author
david
committed
[ci skip] Upgrade project versions
Updated 'paper' module to version 1.5.0 and 'version-checker' module to version 1.1.0. This prepares the project for the next set of enhancements and maintains version consistency.
1 parent 199d8cf commit e3989e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

paper/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ java {
1212
}
1313

1414
group = "net.thenextlvl.core"
15-
version = "1.4.1"
15+
version = "1.5.0"
1616

1717
repositories {
1818
mavenCentral()

version-checker/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ java {
1212
}
1313

1414
group = "net.thenextlvl.core"
15-
version = "1.0.1"
15+
version = "1.1.0"
1616

1717
repositories {
1818
mavenCentral()

0 commit comments

Comments
 (0)