From 7c316f4803e54720a8d6baf875b9a1057b84c11e Mon Sep 17 00:00:00 2001 From: Kevin Hermawan <84965338+kevinhermawan@users.noreply.github.com> Date: Mon, 21 Aug 2023 00:48:49 +0700 Subject: [PATCH] release: 1.0.5 --- 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 1b2fea4..00ff2ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "runo", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "runo", - "version": "1.0.4", + "version": "1.0.5", "license": "MIT", "dependencies": { "colorette": "^2.0.20", diff --git a/package.json b/package.json index d7f6425..00e538a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "runo", - "version": "1.0.4", + "version": "1.0.5", "description": "Simplifies the process of running command line scripts, similar to npm scripts but for any type of project.", "main": "./bin/main.js", "bin": {