Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit ee61ffe

Browse files
committed
Version 1.0.0
1 parent bf80ef9 commit ee61ffe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords = ["datapack", "debugger", "mcfunction", "minecraft", "vanilla"]
88
license = "GPL-3.0-or-later"
99
name = "mcfunction-debugger"
1010
repository = "https://github.com/vanilla-technologies/mcfunction-debugger"
11-
version = "0.1.0"
11+
version = "1.0.0"
1212

1313
[workspace]
1414
members = ["mcfunction-debug-adapter"]

mcfunction-debug-adapter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords = ["datapack", "debugger", "mcfunction", "minecraft", "vanilla"]
88
license = "GPL-3.0-or-later"
99
name = "mcfunction-debug-adapter"
1010
repository = "https://github.com/vanilla-technologies/mcfunction-debugger"
11-
version = "0.1.0"
11+
version = "1.0.0"
1212

1313
[dependencies]
1414
mcfunction-debugger = { path = ".." }

0 commit comments

Comments
 (0)