From 6c1fad26476bce05ab38ff83380148e702844045 Mon Sep 17 00:00:00 2001 From: mingjun97 Date: Mon, 16 May 2022 13:36:39 -0700 Subject: [PATCH] Bump version --- gc-plugin/src/main/resources/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gc-plugin/src/main/resources/plugin.json b/gc-plugin/src/main/resources/plugin.json index 82a992a..43ad582 100644 --- a/gc-plugin/src/main/resources/plugin.json +++ b/gc-plugin/src/main/resources/plugin.json @@ -1,7 +1,7 @@ { "name": "mojoconsole-plus", "description": "Grasscutter In Game Web Based Console", - "version": "dev-1.1.0", + "version": "dev-1.1.2", "mainClass": "com.mojo.consoleplus.ConsolePlus", "authors": ["mingjun97"]