Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
totev committed Feb 19, 2022
1 parent 0791747 commit fb4061c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`

Expand All @@ -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`

Expand All @@ -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]`

Expand Down Expand Up @@ -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)_
<!-- commandsstop -->
6 changes: 3 additions & 3 deletions 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.2.0",
"version": "1.2.1",
"author": "Dobroslav Totev",
"bin": {
"vodafone-station-cli": "./bin/run"
Expand All @@ -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",
Expand Down Expand Up @@ -75,4 +75,4 @@
"node": ">=16.0.0"
},
"types": "dist/index.d.ts"
}
}

0 comments on commit fb4061c

Please sign in to comment.