From 7640766860c761ffa2322b1575fd4aa8666b321e Mon Sep 17 00:00:00 2001 From: sonesuke Date: Sun, 1 Feb 2026 16:56:00 +0900 Subject: [PATCH] chore: bump version to 0.2.0 --- Cargo.toml | 2 +- vsix/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 44c25d8..2339ac4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "docgraph" -version = "0.1.0" +version = "0.2.0" edition = "2024" [dependencies] diff --git a/vsix/package.json b/vsix/package.json index 5b04f3f..20af747 100644 --- a/vsix/package.json +++ b/vsix/package.json @@ -2,7 +2,7 @@ "name": "docgraph", "displayName": "Docgraph", "description": "LSP client for docgraph documentation modeling tool", - "version": "0.1.0", + "version": "0.2.0", "publisher": "sonesuke", "engines": { "vscode": "^1.75.0"