From ecdf00c260aafba96b73a32db683898ccffed735 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 06:34:44 +0000 Subject: [PATCH] 0.0.11 --- 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 c864dd7..d6cf991 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@camjn/getargv", - "version": "0.0.10", + "version": "0.0.11", "lockfileVersion": 3, "requires": true, "dependencies": { @@ -110,7 +110,7 @@ "packages": { "": { "name": "@camjn/getargv", - "version": "0.0.10", + "version": "0.0.11", "license": "BSD-3-Clause", "os": [ "darwin" diff --git a/package.json b/package.json index 94555e6..332f1ad 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "name": "@camjn/getargv", "homepage": "https://getargv.narzt.cam/", "author": "Camden Narzt ", - "version": "0.0.10", + "version": "0.0.11", "description": "This library allows you to query the arguments of other processes on macOS.", "main": "dist/binding.js", "scripts": {