From fb4061cae48d8517cc87664b71e0b0764dededee Mon Sep 17 00:00:00 2001 From: Dobroslav Totev Date: Sat, 19 Feb 2022 22:43:55 +0100 Subject: [PATCH] v1.2.1 --- README.md | 10 +++++----- package.json | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6564302..05bae63 100644 --- a/README.md +++ b/README.md @@ -415,7 +415,7 @@ $ npm install -g vodafone-station-cli $ vodafone-station-cli COMMAND running command... $ vodafone-station-cli (--version) -vodafone-station-cli/1.2.0 darwin-arm64 node-v17.5.0 +vodafone-station-cli/1.2.1 darwin-arm64 node-v17.5.0 $ vodafone-station-cli --help [COMMAND] USAGE $ vodafone-station-cli COMMAND @@ -448,7 +448,7 @@ EXAMPLES $ vodafone-station-cli diagnose ``` -_See code: [dist/commands/diagnose.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.0/dist/commands/diagnose.ts)_ +_See code: [dist/commands/diagnose.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.1/dist/commands/diagnose.ts)_ ## `vodafone-station-cli discover` @@ -465,7 +465,7 @@ EXAMPLES $ vodafone-station-cli discover ``` -_See code: [dist/commands/discover.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.0/dist/commands/discover.ts)_ +_See code: [dist/commands/discover.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.1/dist/commands/discover.ts)_ ## `vodafone-station-cli docsis` @@ -487,7 +487,7 @@ EXAMPLES JSON data ``` -_See code: [dist/commands/docsis.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.0/dist/commands/docsis.ts)_ +_See code: [dist/commands/docsis.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.1/dist/commands/docsis.ts)_ ## `vodafone-station-cli help [COMMAND]` @@ -527,5 +527,5 @@ EXAMPLES $ vodafone-station-cli restart -p PASSWORD ``` -_See code: [dist/commands/restart.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.0/dist/commands/restart.ts)_ +_See code: [dist/commands/restart.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.1/dist/commands/restart.ts)_ diff --git a/package.json b/package.json index 1fe534a..53d4f58 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vodafone-station-cli", "description": "Access your Vodafone Station from the comfort of the command line.", - "version": "1.2.0", + "version": "1.2.1", "author": "Dobroslav Totev", "bin": { "vodafone-station-cli": "./bin/run" @@ -27,8 +27,8 @@ "cable-modem" ], "dependencies": { - "@oclif/core": "^1", "@oclif/config": "^1", + "@oclif/core": "^1", "@oclif/plugin-help": "^5", "@oclif/plugin-plugins": "^2.0.1", "axios": "^0.26.0", @@ -75,4 +75,4 @@ "node": ">=16.0.0" }, "types": "dist/index.d.ts" -} \ No newline at end of file +}