From a8a067a94950b4419f7c6f604853972a9cac2f87 Mon Sep 17 00:00:00 2001 From: auxves Date: Mon, 18 Sep 2023 20:06:05 -0700 Subject: [PATCH] Fix CI --- gradle.properties | 2 ++ src/main/resources/fabric.mod.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 4a0f18e..d8056ff 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,8 @@ kotlin.code.style=official org.gradle.jvmargs=-Xmx1G +version=3.0.1 + # Versions (https://fabricmc.net/develop) minecraft=1.20.1 yarn=1.20.1+build.10 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index a792a68..edd5674 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "vibes", - "version": "3.0.1", + "version": "${version}", "name": "Vibes — Portable Jukeboxes!", "description": "Listen to music discs on the go with the Vibe, a portable jukebox!", "authors": ["auxves"],