From 8bf2bf215df71b783d1d2ca5a0893780471d154a Mon Sep 17 00:00:00 2001 From: Marcel Bartholet Date: Fri, 16 Aug 2024 22:15:22 +0200 Subject: [PATCH] update changelog, bump version --- changelog.txt | 2 ++ gradle.properties | 2 +- src/main/resources/fabric.mod.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 1f2a5284..9fc44d82 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,5 @@ +# [0.0.2.10-alpha2] - 2024-08-16 +[Fabric] Update version info to make YAWP compatible with 1.21.1. Thanks again ptefar! # [0.0.2.10-alpha1] - 2024-07-19 [Fabric] First iteration of 1.21 port. Thanks ptefar for the initial work. ## Changed diff --git a/gradle.properties b/gradle.properties index 32edab84..7cd414c1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ maven_group=de.z0rdak archives_base_name=yawp mod_id=yawp mod_name=Yet Another World Protector -mod_version=0.0.2.10-alpha1 +mod_version=0.0.2.10-alpha2 mod_base_package=de.z0rdak mod_authors=Z0rdak mod_license=AGPL-3.0 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 81b12b7f..7b8504d0 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "yawp", - "version": "0.0.2.10-alpha1", + "version": "0.0.2.10-alpha2", "name": "Yet Another World Protector", "description": "Yet Another World Protector (YAWP) is a server-side mod to protect your creations. It was inspired by the forge mod WorldProtector and the WorldGuard plugin.", "authors": [