diff options
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -4,4 +4,4 @@ version = 4 [[package]] name = "bedrock-core" -version = "0.0.1" +version = "1.0.0" @@ -1,6 +1,6 @@ [package] name = "bedrock-core" -version = "0.0.1" +version = "1.0.0" authors = ["Ben Bridle"] edition = "2024" description = "Bedrock core architecture" |