From 5bd5c8403ecbdd592e5c3a0d753da46ce8482be5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 07:42:30 +0000 Subject: [PATCH] 0.0.14 --- 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 77a101a..1599ee7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@camjn/getargv", - "version": "0.0.13", + "version": "0.0.14", "lockfileVersion": 3, "requires": true, "dependencies": { @@ -110,7 +110,7 @@ "packages": { "": { "name": "@camjn/getargv", - "version": "0.0.13", + "version": "0.0.14", "license": "BSD-3-Clause", "os": [ "darwin" diff --git a/package.json b/package.json index 6d96c46..812da19 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.13", + "version": "0.0.14", "description": "This library allows you to query the arguments of other processes on macOS.", "main": "dist/binding.js", "scripts": {