Skip to content

Commit 32ea498

Browse files
committed
Begin 1.3.75-SNAPSHOT
1 parent 0056ce4 commit 32ea498

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build-logic/src/main/kotlin/buildlogic.java-common-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repositories {
3333
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
3434
}
3535

36-
project.version = "1.3.74"
36+
project.version = "1.3.75-SNAPSHOT"
3737

3838
java {
3939
toolchain.languageVersion.set(JavaLanguageVersion.of(21))

velocity/src/main/java/com/convallyria/forcepack/velocity/ForcePackVelocity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
@Plugin(
6060
id = "forcepack",
6161
name = "ForcePack",
62-
version = "1.3.74",
62+
version = "1.3.75-SNAPSHOT",
6363
description = "Force players to use your server resource pack.",
6464
url = "https://www.convallyria.com",
6565
dependencies = {

0 commit comments

Comments
 (0)