Skip to content

Commit

Permalink
Release 0.36.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsmfm committed Jul 7, 2023
1 parent 95f8a87 commit 37b6aae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ DESCRIPTION
Display help for autify.
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.10/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.11/src/commands/help.ts)_

## `autify mobile api describe-test-result`

Expand Down Expand Up @@ -403,7 +403,7 @@ EXAMPLES
$ autify update --available
```

_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v3.1.19/src/commands/update.ts)_
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v3.1.22/src/commands/update.ts)_

## `autify web api create-access-point`

Expand Down
2 changes: 1 addition & 1 deletion integration-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autifyhq/autify-cli-integration-test",
"version": "0.35.0-beta.0",
"version": "0.36.0-beta.0",
"description": "Autify Command Line Interface (CLI) Integration Test",
"author": "Autify",
"bin": {
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autifyhq/autify-cli",
"version": "0.35.0-beta.0",
"version": "0.36.0-beta.0",
"description": "Autify Command Line Interface (CLI)",
"author": "Autify",
"bin": {
Expand Down

0 comments on commit 37b6aae

Please sign in to comment.