From b606f22b0b0346575c53fbd7161e66f4c155f35a Mon Sep 17 00:00:00 2001 From: hogashi Date: Thu, 18 Jul 2024 19:42:04 +0900 Subject: [PATCH] bump version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1493407..5bc28f8 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,9 @@ "name": "vscode-copy-github-permalink", "displayName": "vscode-copy-github-permalink", "description": "Copies GitHub permalink of active file (name and line) to clipboard on VSCode", - "version": "0.2.6", + "version": "0.3.0", "engines": { - "vscode": "^1.71.0" + "vscode": "^1.73.1" }, "publisher": "hogashi", "repository": "https://github.com/hogashi/vscode-copy-github-permalink/",