diff --git a/README.md b/README.md index 2159c31..0be2035 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ $ npm install -g ember-zli $ ember-zli COMMAND running command... $ ember-zli (--version) -ember-zli/2.9.2 win32-x64 node-v22.11.0 +ember-zli/2.9.3 win32-x64 node-v22.11.0 $ ember-zli --help [COMMAND] USAGE $ ember-zli COMMAND @@ -61,7 +61,7 @@ EXAMPLES $ ember-zli bootloader ``` -_See code: [src/commands/bootloader/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.9.2/src/commands/bootloader/index.ts)_ +_See code: [src/commands/bootloader/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.9.3/src/commands/bootloader/index.ts)_ ## `ember-zli help [COMMAND]` @@ -81,7 +81,7 @@ DESCRIPTION Display help for ember-zli. ``` -_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.18/src/commands/help.ts)_ +_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.20/src/commands/help.ts)_ ## `ember-zli monitor` @@ -98,7 +98,7 @@ EXAMPLES $ ember-zli monitor ``` -_See code: [src/commands/monitor/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.9.2/src/commands/monitor/index.ts)_ +_See code: [src/commands/monitor/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.9.3/src/commands/monitor/index.ts)_ ## `ember-zli router` @@ -115,7 +115,7 @@ EXAMPLES $ ember-zli router ``` -_See code: [src/commands/router/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.9.2/src/commands/router/index.ts)_ +_See code: [src/commands/router/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.9.3/src/commands/router/index.ts)_ ## `ember-zli sniff` @@ -132,7 +132,7 @@ EXAMPLES $ ember-zli sniff ``` -_See code: [src/commands/sniff/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.9.2/src/commands/sniff/index.ts)_ +_See code: [src/commands/sniff/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.9.3/src/commands/sniff/index.ts)_ ## `ember-zli stack` @@ -149,7 +149,7 @@ EXAMPLES $ ember-zli stack ``` -_See code: [src/commands/stack/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.9.2/src/commands/stack/index.ts)_ +_See code: [src/commands/stack/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.9.3/src/commands/stack/index.ts)_ ## `ember-zli utils` @@ -166,7 +166,7 @@ EXAMPLES $ ember-zli utils ``` -_See code: [src/commands/utils/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.9.2/src/commands/utils/index.ts)_ +_See code: [src/commands/utils/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.9.3/src/commands/utils/index.ts)_ ## `ember-zli version` @@ -186,5 +186,5 @@ FLAG DESCRIPTIONS Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using. ``` -_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v2.2.16/src/commands/version.ts)_ +_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v2.2.19/src/commands/version.ts)_ diff --git a/package.json b/package.json index b7d4651..9d0f944 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ember-zli", "description": "Interact with EmberZNet-based adapters using zigbee-herdsman 'ember' driver", - "version": "2.9.2", + "version": "2.9.3", "author": "Nerivec", "bin": { "ember-zli": "bin/run.js"