From 4bcae8da28cc868d9558caadb83ffa73d1a83f0b Mon Sep 17 00:00:00 2001 From: Foxy Date: Tue, 10 Dec 2024 01:31:51 +0100 Subject: [PATCH] Bump version to 1.2.0 --- .github/workflows/publish.yml | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b9224b4..5d60d26 100755 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: with: files: neoforge/build/libs/!(*-@(dev|sources|api|javadoc)).jar github-files: neoforge/build/libs/*-@(dev|sources|api|javadoc).jar - version-type: beta + version-type: release game-versions: | 1.21.4 game-version-filter: releases @@ -60,7 +60,7 @@ jobs: with: files: fabric/build/libs/!(*-@(dev|sources|api|javadoc)).jar github-files: fabric/build/libs/*-@(dev|sources|api|javadoc).jar - version-type: beta + version-type: release game-versions: | 1.21.4 game-version-filter: releases diff --git a/gradle.properties b/gradle.properties index e95f0b1..dbd7aee 100755 --- a/gradle.properties +++ b/gradle.properties @@ -22,7 +22,7 @@ neoforge_loader_version_range=[21.0.0-beta,) fabric_loader_version=0.16.9 # Mod Properties -mod_version=1.2.0-beta.2 +mod_version=1.2.0 maven_group=ca.fxco.moreculling archives_base_name=moreculling license=GPL-3.0-only