From a96a744b9a208b76a6c830dfa5d3a548198f94c8 Mon Sep 17 00:00:00 2001 From: deicidus <> Date: Tue, 7 Jun 2022 08:13:04 -0700 Subject: [PATCH] 0.1.0 --- 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 5baf4de..2753e14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@autonomousorganization/ao-cli", - "version": "0.0.1", + "version": "0.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@autonomousorganization/ao-cli", - "version": "0.0.1", + "version": "0.1.0", "license": "AGPL-3.0-or-later", "dependencies": { "chalk": "^5.0.1", diff --git a/package.json b/package.json index 6acf733..2c280c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@autonomousorganization/ao-cli", - "version": "0.0.2", + "version": "0.1.0", "description": "An interactive command-line interface (CLI) tool to help you install, use, and administer an AO instance.", "main": "index.js", "bin": "./index.js",