From 4ecdc21d7fbe330d3b10d50c5a77bd931a8010d2 Mon Sep 17 00:00:00 2001 From: bconlon Date: Wed, 26 Jul 2023 12:45:41 -0700 Subject: [PATCH] build(version): 0.0.1->0.0.2 --- .circleci/continue_config.yml | 2 +- gradle.properties | 2 +- update.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index 00796e0..07c9687 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -6,7 +6,7 @@ orbs: parameters: artifact-name: type: string - default: cumulus_menus-1.19.4-0.0.1-forge.jar + default: cumulus_menus-1.19.4-0.0.2-forge.jar jobs: build: diff --git a/gradle.properties b/gradle.properties index 14f330f..8274bcb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ org.gradle.daemon=false # Mod mod_id=cumulus_menus mod_name=Cumulus -mod_version=0.0.1 +mod_version=0.0.2 mc_version=1.19.4 forge_version=45.1.0 mappings=2023.06.26-1.19.4 diff --git a/update.json b/update.json index 23cc258..61ecd37 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { "homepage": "https://modrinth.com/mod/cumulus", "promos": { - "1.19.4-recommended": "1.19.4-0.0.1-forge" + "1.19.4-recommended": "1.19.4-0.0.2-forge" } } \ No newline at end of file