From 22b73017d4eac4e79b5c8538df102829ea0ba281 Mon Sep 17 00:00:00 2001 From: deicidus <> Date: Tue, 7 Jun 2022 08:12:40 -0700 Subject: [PATCH] incremented version --- README.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 822d1b4..82ac018 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,9 @@ To install: `npm i -g @autonomousorganization/ao-cli` -Then you can run with `ao-cli`. \ No newline at end of file +Then you can run with `ao-cli`. (Inside the menu you will find an option to add 'ao' as a shortcut.) + +### Version History + +0.0.2 Added browsable manual (must download ao-svelte) +0.0.1 Menus prototyped \ No newline at end of file diff --git a/package.json b/package.json index d4b6e72..6acf733 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@autonomousorganization/ao-cli", - "version": "0.0.1", + "version": "0.0.2", "description": "An interactive command-line interface (CLI) tool to help you install, use, and administer an AO instance.", "main": "index.js", "bin": "./index.js",