From d680b725657d614eb7e29859aa785e0923d10828 Mon Sep 17 00:00:00 2001 From: Filip Weiss Date: Mon, 29 Mar 2021 17:25:12 +0200 Subject: [PATCH] 0.0.7 --- gradle.properties | 2 +- minepkg.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 4908205..fbc2a38 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ yarn_mappings = 1.16.5+build.3 loader_version = 0.11.1 # Mod Properties -mod_version = 0.0.6 +mod_version = 0.0.7 maven_group = io.minepkg archives_base_name = test-utils diff --git a/minepkg.toml b/minepkg.toml index 4d7ac9a..8360d94 100755 --- a/minepkg.toml +++ b/minepkg.toml @@ -4,7 +4,7 @@ manifestVersion = 0 type = "mod" name = "test-utils" description = "Makes mod testing easier. Currently lets you control time and weather without the fuzz." - version = "0.0.6" + version = "0.0.7" platform = "fabric" license = "MIT"