From c77d5e99bd01e303846d7d4f0824969d1ecb000c Mon Sep 17 00:00:00 2001 From: Qwertygiy Date: Thu, 19 Dec 2019 10:09:58 -0500 Subject: [PATCH] Version bump to 1.0.1 --- module.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.txt b/module.txt index 9b4a816..4c32eb8 100644 --- a/module.txt +++ b/module.txt @@ -1,10 +1,10 @@ { "id" : "CoreBlocks", - "version" : "1.0.0-SNAPSHOT", + "version" : "1.0.1-SNAPSHOT", "displayName" : "Core Blocks", "description" : "This module adds simple blocks like stone, water, grass, and torches", "dependencies" : [ - {"id" : "CoreAssets", "minVersion" : "1.0.0"} + {"id" : "CoreAssets", "minVersion" : "1.0.1"} ], "serverSideOnly" : false }