From 0c93bd3155d2f252fe604ef2b753226b67e6ba68 Mon Sep 17 00:00:00 2001 From: chanhx Date: Fri, 2 Jun 2023 16:04:01 +0800 Subject: [PATCH] v0.6.0 & VS Code extension v0.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- editors/code/package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25cb852..9c30bbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -26,7 +26,7 @@ dependencies = [ [[package]] name = "crabviz" -version = "0.5.0" +version = "0.6.0" dependencies = [ "console_error_panic_hook", "serde", diff --git a/Cargo.toml b/Cargo.toml index 4e974ac..1518842 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crabviz" -version = "0.5.0" +version = "0.6.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/editors/code/package.json b/editors/code/package.json index d71f7ef..50d7927 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -1,8 +1,8 @@ { "name": "crabviz", - "displayName": "Crabviz (Preview)", + "displayName": "Crabviz", "description": "interactive call graph generator", - "version": "0.0.3", + "version": "0.1.0", "publisher": "chanhx", "author": { "name": "Chan HoCheung"