From 647d75921f59f1aa9359505d88cc51a4185e3698 Mon Sep 17 00:00:00 2001 From: nyncral Date: Thu, 11 Jul 2024 19:59:10 +0200 Subject: [PATCH] 0.1.1 --- 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 e63a9cf..8aa2128 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dwm-git-simpleuse", - "version": "0.0.1", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dwm-git-simpleuse", - "version": "0.0.1", + "version": "0.1.1", "dependencies": { "child_process": "^1.0.2" }, diff --git a/package.json b/package.json index bcc966e..adaea35 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "icon": "img/icon.png", "description": "", "publisher": "nyncral", - "version": "0.1.0", + "version": "0.1.1", "engines": { "vscode": "^1.85.0" },