From 44b0163fb4e3347f1e587e37687aa872833ec146 Mon Sep 17 00:00:00 2001 From: Arcensoth Date: Mon, 3 Sep 2018 15:59:58 -0400 Subject: [PATCH] Release v0.0.4 --- .module.json | 2 +- CHANGELOG.md | 2 +- VERSION.txt | 2 +- data/tickbuster/functions/module/version.mcfunction | 2 +- pack.mcmeta | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.module.json b/.module.json index 2e4a95a..55efe1a 100644 --- a/.module.json +++ b/.module.json @@ -1,7 +1,7 @@ { "title": "Tickbuster", "description": "Lag-free background computation with subtick timing.", - "version": "0.0.4-dev", + "version": "0.0.4", "namespace": "tickbuster", "scorespace": "tkb", "authors": { diff --git a/CHANGELOG.md b/CHANGELOG.md index bca4a8a..bc9f96a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# v0.0.4-dev +# v0.0.4 - Export benchmarking utilities to a separate pack - Reduce default target tick time from 40 down to 20 - Optimize host-selection by choosing an arbitrary player diff --git a/VERSION.txt b/VERSION.txt index c08daab..81340c7 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.0.4-dev +0.0.4 diff --git a/data/tickbuster/functions/module/version.mcfunction b/data/tickbuster/functions/module/version.mcfunction index 3818d42..12af417 100644 --- a/data/tickbuster/functions/module/version.mcfunction +++ b/data/tickbuster/functions/module/version.mcfunction @@ -3,4 +3,4 @@ scoreboard players set $vmajor temp 0 scoreboard players set $vminor temp 0 scoreboard players set $vpatch temp 4 -scoreboard players set $vdev temp 1 +scoreboard players set $vdev temp 0 diff --git a/pack.mcmeta b/pack.mcmeta index 9c8d93c..8785796 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -1,6 +1,6 @@ { "pack": { "pack_format": 1, - "description": "\u00A7bTickbuster\n\u00A77Lag-free background computation with subtick timing.\n\u00A78v0.0.4-dev for Minecraft 1.13\n\u00A77By \u00A7eArcensoth" + "description": "\u00A7bTickbuster\n\u00A77Lag-free background computation with subtick timing.\n\u00A78v0.0.4 for Minecraft 1.13\n\u00A77By \u00A7eArcensoth" } }