Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
totev committed Feb 19, 2022
1 parent 0203cef commit 423b210
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ $ npm install -g vodafone-station-cli
$ vodafone-station-cli COMMAND
running command...
$ vodafone-station-cli (-v|--version|version)
vodafone-station-cli/1.1.6 darwin-arm64 node-v17.5.0
vodafone-station-cli/1.2.0 darwin-arm64 node-v17.5.0
$ vodafone-station-cli --help [COMMAND]
USAGE
$ vodafone-station-cli COMMAND
Expand Down Expand Up @@ -439,7 +439,7 @@ EXAMPLE
$ vodafone-station-cli diagnose
```

_See code: [src/commands/diagnose.ts](https://github.com/totev/vodafone-station-cli/blob/v1.1.6/src/commands/diagnose.ts)_
_See code: [src/commands/diagnose.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.0/src/commands/diagnose.ts)_

## `vodafone-station-cli discover`

Expand All @@ -453,7 +453,7 @@ EXAMPLE
$ vodafone-station-cli discover
```

_See code: [src/commands/discover.ts](https://github.com/totev/vodafone-station-cli/blob/v1.1.6/src/commands/discover.ts)_
_See code: [src/commands/discover.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.0/src/commands/discover.ts)_

## `vodafone-station-cli docsis`

Expand All @@ -472,7 +472,7 @@ EXAMPLE
JSON data
```

_See code: [src/commands/docsis.ts](https://github.com/totev/vodafone-station-cli/blob/v1.1.6/src/commands/docsis.ts)_
_See code: [src/commands/docsis.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.0/src/commands/docsis.ts)_

## `vodafone-station-cli help [COMMAND]`

Expand Down Expand Up @@ -506,5 +506,5 @@ EXAMPLE
$ vodafone-station-cli restart -p PASSWORD
```

_See code: [src/commands/restart.ts](https://github.com/totev/vodafone-station-cli/blob/v1.1.6/src/commands/restart.ts)_
_See code: [src/commands/restart.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.0/src/commands/restart.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vodafone-station-cli",
"description": "Access your Vodafone Station from the comfort of the command line.",
"version": "1.1.6",
"version": "1.2.0",
"author": "Dobroslav Totev",
"bin": {
"vodafone-station-cli": "./bin/run"
Expand Down

0 comments on commit 423b210

Please sign in to comment.