Skip to content

Commit

Permalink
Release v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcensoth committed Sep 3, 2018
1 parent e27865f commit 129295d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .module.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v0.0.3-dev
# v0.0.3
- Implement benchmarking utilities
- Allow overclocking target tick time

Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.3-dev
0.0.3
2 changes: 1 addition & 1 deletion data/tickbuster/functions/module/version.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pack.mcmeta
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 129295d

Please sign in to comment.