From eaf594e6faf1cea359b71ceaf9ec26867fd5ead2 Mon Sep 17 00:00:00 2001 From: Vlad Marica Date: Wed, 4 Jan 2023 08:48:55 -0800 Subject: [PATCH] Revert patch version bump Should not bump patch version on ports with no functionality change --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index ab9e8b0..bfce271 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "betterpingdisplay", - "version": "1.1.2", + "version": "1.1.1", "name": "Better Ping Display", "description": "Shows the actual ping number instead of just bars in the player list!",