From 430ff25e1bbfce2fe90e69044439cc3ea179dbf1 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 1 Jan 2019 13:37:19 +0800 Subject: Config Draft --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 196b2f610..e9a135679 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -2,7 +2,7 @@ "id": "roughlyenoughitems", "name": "RoughlyEnoughItems", "description": "To allow players to view items and recipes.", - "version": "1.1-SNAPSHOT", + "version": "1.2", "side": "client", "authors": [ "Danielshe" -- cgit