From 15e0cba717a877df8ad83ffe4446ceff8cd39231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl=20Thom=C3=A9?= Date: Thu, 13 Jun 2024 11:01:33 +0200 Subject: [PATCH] 0.9.0 --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d2fe49d..36206a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "git-line-blame", - "version": "0.8.0", + "version": "0.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "git-line-blame", - "version": "0.8.0", + "version": "0.9.0", "license": "AGPL-3.0-only", "dependencies": { "throttle-debounce": "^5.0.0" diff --git a/package.json b/package.json index b82001c..189d21d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Git Line Blame", "description": "Display inline information in the text editor about the latest commit that edited the currently selected line", "publisher": "carlthome", - "version": "0.8.0", + "version": "0.9.0", "license": "AGPL-3.0-only", "icon": "icon.png", "engines": { @@ -56,4 +56,4 @@ "mocha": "^10.4.0", "typescript": "^5.4.3" } -} \ No newline at end of file +}