diff --git a/README.md b/README.md index 631d14c..8a85f30 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ OPTIONS -s, --subdomain=subdomain Aha! subdomain to use for authentication ``` -_See code: [src/commands/auth/check.ts](https://github.com/aha-app/aha-cli/blob/v1.9.8/src/commands/auth/check.ts)_ +_See code: [src/commands/auth/check.ts](https://github.com/aha-app/aha-cli/blob/v1.9.9/src/commands/auth/check.ts)_ ## `aha auth:login` @@ -63,7 +63,7 @@ DESCRIPTION Credentials are saved in ~/.netrc ``` -_See code: [src/commands/auth/login.ts](https://github.com/aha-app/aha-cli/blob/v1.9.8/src/commands/auth/login.ts)_ +_See code: [src/commands/auth/login.ts](https://github.com/aha-app/aha-cli/blob/v1.9.9/src/commands/auth/login.ts)_ ## `aha extension:add-contribution` @@ -77,7 +77,7 @@ OPTIONS -s, --subdomain=subdomain Aha! subdomain to use for authentication ``` -_See code: [src/commands/extension/add-contribution.ts](https://github.com/aha-app/aha-cli/blob/v1.9.8/src/commands/extension/add-contribution.ts)_ +_See code: [src/commands/extension/add-contribution.ts](https://github.com/aha-app/aha-cli/blob/v1.9.9/src/commands/extension/add-contribution.ts)_ ## `aha extension:build` @@ -92,7 +92,7 @@ OPTIONS --noCache skip cached http imports ``` -_See code: [src/commands/extension/build.ts](https://github.com/aha-app/aha-cli/blob/v1.9.8/src/commands/extension/build.ts)_ +_See code: [src/commands/extension/build.ts](https://github.com/aha-app/aha-cli/blob/v1.9.9/src/commands/extension/build.ts)_ ## `aha extension:create` @@ -106,7 +106,7 @@ OPTIONS -s, --subdomain=subdomain Aha! subdomain to use for authentication ``` -_See code: [src/commands/extension/create.ts](https://github.com/aha-app/aha-cli/blob/v1.9.8/src/commands/extension/create.ts)_ +_See code: [src/commands/extension/create.ts](https://github.com/aha-app/aha-cli/blob/v1.9.9/src/commands/extension/create.ts)_ ## `aha extension:install` @@ -122,7 +122,7 @@ OPTIONS --noCache skip cached http imports ``` -_See code: [src/commands/extension/install.ts](https://github.com/aha-app/aha-cli/blob/v1.9.8/src/commands/extension/install.ts)_ +_See code: [src/commands/extension/install.ts](https://github.com/aha-app/aha-cli/blob/v1.9.9/src/commands/extension/install.ts)_ ## `aha extension:tail` @@ -136,7 +136,7 @@ OPTIONS -s, --subdomain=subdomain Aha! subdomain to use for authentication ``` -_See code: [src/commands/extension/tail.ts](https://github.com/aha-app/aha-cli/blob/v1.9.8/src/commands/extension/tail.ts)_ +_See code: [src/commands/extension/tail.ts](https://github.com/aha-app/aha-cli/blob/v1.9.9/src/commands/extension/tail.ts)_ ## `aha extension:uninstall` @@ -150,7 +150,7 @@ OPTIONS -s, --subdomain=subdomain Aha! subdomain to use for authentication ``` -_See code: [src/commands/extension/uninstall.ts](https://github.com/aha-app/aha-cli/blob/v1.9.8/src/commands/extension/uninstall.ts)_ +_See code: [src/commands/extension/uninstall.ts](https://github.com/aha-app/aha-cli/blob/v1.9.9/src/commands/extension/uninstall.ts)_ ## `aha extension:watch` @@ -165,7 +165,7 @@ OPTIONS --noCache skip cached http imports ``` -_See code: [src/commands/extension/watch.ts](https://github.com/aha-app/aha-cli/blob/v1.9.8/src/commands/extension/watch.ts)_ +_See code: [src/commands/extension/watch.ts](https://github.com/aha-app/aha-cli/blob/v1.9.9/src/commands/extension/watch.ts)_ ## `aha help [COMMAND]` diff --git a/package.json b/package.json index 4ac214b..aa86c43 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "aha-cli", "description": "Command line interface for Aha! (www.aha.io)", - "version": "1.9.8", + "version": "1.9.9", "author": "Aha! (support@aha.io)", "bin": { "aha": "./bin/run"