Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fransflippo committed Jul 25, 2021
1 parent 3cf7e82 commit 7b24222
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $ npm install -g @assisisolutions/sfdx-ci-plugin
$ sfdx COMMAND
running command...
$ sfdx (-v|--version|version)
@assisisolutions/sfdx-ci-plugin/1.0.0 darwin-x64 node-v15.4.0
@assisisolutions/sfdx-ci-plugin/1.0.1 darwin-x64 node-v15.4.0
$ sfdx --help [COMMAND]
USAGE
$ sfdx COMMAND
Expand Down Expand Up @@ -92,5 +92,5 @@ EXAMPLES
$ sfdx ci:setup --targetusername myOrg@example.com --certfile mycert.pem
```

_See code: [lib/commands/ci/setup.js](https://github.com/fransflippo/sfdx-ci-plugin/blob/v1.0.0/lib/commands/ci/setup.js)_
_See code: [lib/commands/ci/setup.js](https://github.com/fransflippo/sfdx-ci-plugin/blob/v1.0.1/lib/commands/ci/setup.js)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@assisisolutions/sfdx-ci-plugin",
"description": "SFDX plugin to set up a connected app usable for continuous integration with \"one click\"",
"version": "1.0.0",
"version": "1.0.1",
"author": "Frans Flippo",
"bugs": "https://github.com/fransflippo/sfdx-ci-plugin/issues",
"publishConfig": {
Expand Down

0 comments on commit 7b24222

Please sign in to comment.