From 129295d70ce693010d3ac3be2670545d4f82d4e7 Mon Sep 17 00:00:00 2001 From: Arcensoth Date: Mon, 3 Sep 2018 00:09:01 -0400 Subject: [PATCH] Release v0.0.3 --- .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 261f8ca..6b7efc3 100644 --- a/.module.json +++ b/.module.json @@ -1,7 +1,7 @@ { "title": "Tickbuster", "description": "Lag-free background computation with subtick timing.", - "version": "0.0.3-dev", + "version": "0.0.3", "namespace": "tickbuster", "scorespace": "tkb", "authors": { diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bb19df..a5d4fac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# v0.0.3-dev +# v0.0.3 - Implement benchmarking utilities - Allow overclocking target tick time diff --git a/VERSION.txt b/VERSION.txt index 37e50c3..bcab45a 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.0.3-dev \ No newline at end of file +0.0.3 diff --git a/data/tickbuster/functions/module/version.mcfunction b/data/tickbuster/functions/module/version.mcfunction index feff250..a9eadb6 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 3 -scoreboard players set $vdev temp 1 +scoreboard players set $vdev temp 0 diff --git a/pack.mcmeta b/pack.mcmeta index a567308..0c82a0e 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.3-dev for Minecraft 1.13\n\u00A77By \u00A7eArcensoth" + "description": "\u00A7bTickbuster\n\u00A77Lag-free background computation with subtick timing.\n\u00A78v0.0.3 for Minecraft 1.13\n\u00A77By \u00A7eArcensoth" } }