From 3cc54e6290a08eb0fd81d1e72ed6e005ccee210b Mon Sep 17 00:00:00 2001 From: nyncral Date: Thu, 11 Jul 2024 20:34:44 +0200 Subject: [PATCH] 0.1.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8aa2128..c7043d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dwm-git-simpleuse", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dwm-git-simpleuse", - "version": "0.1.1", + "version": "0.1.2", "dependencies": { "child_process": "^1.0.2" }, diff --git a/package.json b/package.json index adaea35..fcab967 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "icon": "img/icon.png", "description": "", "publisher": "nyncral", - "version": "0.1.1", + "version": "0.1.2", "engines": { "vscode": "^1.85.0" },