From 4caf2a19c9c32e85ba256e09cd6c2ba2d195c27c Mon Sep 17 00:00:00 2001 From: dxxxxy Date: Sat, 25 Mar 2023 16:57:22 -0400 Subject: [PATCH] feat: bump and release --- src/main/resources/fabric.mod.json | 2 +- src/main/resources/modid.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 06821c0..e4c4ea4 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "ecu", - "version": "1.0.0", + "version": "1.1.0", "name": "EssentialCosmeticsUnlocker", "description": "Client-side only patch that allows you to unlock ALL the cosmetics in the Essential mod.", "authors": ["dxxxxy"], diff --git a/src/main/resources/modid.info b/src/main/resources/modid.info index 50fbf60..7a4e688 100644 --- a/src/main/resources/modid.info +++ b/src/main/resources/modid.info @@ -2,6 +2,6 @@ "modid": "ecu", "name": "EssentialCosmeticsUnlocker", "description": "Client-side only patch that allows you to unlock ALL the cosmetics in the Essential mod.", - "version": "1.0.0", + "version": "1.1.0", "authorList": ["dxxxxy"], }] \ No newline at end of file