From 9a9f2e9a1b32cf92a4f741d690e3857a0574e731 Mon Sep 17 00:00:00 2001 From: Eric <60104846+ericlmao@users.noreply.github.com> Date: Sun, 4 Jan 2026 02:47:13 -0400 Subject: [PATCH] Bump apiVersion to 1.2.1 in build.gradle files Updated the apiVersion from 1.2.0-SNAPSHOT to 1.2.1 in build.gradle for moss, moss-bungeecord, moss-paper, and moss-velocity modules to reflect the new release version. --- moss-bungeecord/build.gradle | 2 +- moss-paper/build.gradle | 2 +- moss-velocity/build.gradle | 2 +- moss/build.gradle | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/moss-bungeecord/build.gradle b/moss-bungeecord/build.gradle index 0f724c1..512084a 100644 --- a/moss-bungeecord/build.gradle +++ b/moss-bungeecord/build.gradle @@ -6,7 +6,7 @@ plugins { def id = 'moss-bungeecord' def domain = 'games.negative.moss' -def apiVersion = '1.2.0-SNAPSHOT' +def apiVersion = '1.2.1' repositories { mavenCentral() diff --git a/moss-paper/build.gradle b/moss-paper/build.gradle index b88b706..44a7eba 100644 --- a/moss-paper/build.gradle +++ b/moss-paper/build.gradle @@ -6,7 +6,7 @@ plugins { def id = 'moss-paper' def domain = 'games.negative.moss' -def apiVersion = '1.2.0-SNAPSHOT' +def apiVersion = '1.2.1' repositories { mavenCentral() diff --git a/moss-velocity/build.gradle b/moss-velocity/build.gradle index 8ca50d3..525ab77 100644 --- a/moss-velocity/build.gradle +++ b/moss-velocity/build.gradle @@ -6,7 +6,7 @@ plugins { def id = 'moss-velocity' def domain = 'games.negative.moss' -def apiVersion = '1.2.0-SNAPSHOT' +def apiVersion = '1.2.1' repositories { mavenCentral() diff --git a/moss/build.gradle b/moss/build.gradle index b853aed..0c6b4d1 100644 --- a/moss/build.gradle +++ b/moss/build.gradle @@ -5,7 +5,7 @@ plugins { def id = 'moss-common' def domain = 'games.negative.moss' -def apiVersion = '1.2.0-SNAPSHOT' +def apiVersion = '1.2.1' repositories { mavenCentral()