Skip to content

Commit

Permalink
chore: bump version to 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianth committed Dec 22, 2019
1 parent bdc4ac3 commit bbbb232
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 21 deletions.
2 changes: 1 addition & 1 deletion build/module-opentest-actor/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 build/module-opentest-actor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opentest-actor",
"version": "1.1.5",
"version": "1.1.6",
"description": "This is the OpenTest actor module. For installation instructions and documentation please see the project website at https://getopentest.org.",
"author": "Adrian Theodorescu",
"homepage": "https://getopentest.org/",
Expand Down
2 changes: 1 addition & 1 deletion build/module-opentest/package-lock.json

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

6 changes: 3 additions & 3 deletions build/module-opentest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opentest",
"version": "1.1.5",
"version": "1.1.6",
"description": "Functional test automation framework for web, mobile and REST APIs. For installation instructions and documentation please see the project website at https://getopentest.org.",
"author": "Adrian Theodorescu",
"homepage": "https://getopentest.org/",
Expand All @@ -27,8 +27,8 @@
"axios": "^0.19.0",
"chalk": "^2.4.1",
"inquirer": "^4.0.2",
"opentest-actor": "1.1.5",
"opentest-server": "1.1.5",
"opentest-actor": "1.1.6",
"opentest-server": "1.1.6",
"shelljs": "^0.8.3",
"yargs": "^10.1.2"
}
Expand Down
2 changes: 1 addition & 1 deletion 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": "opentest-master",
"version": "1.1.5",
"version": "1.1.6",
"description": "Functional test automation framework for web, mobile and REST APIs",
"author": "Adrian Theodorescu",
"homepage": "https://getopentest.org/",
Expand Down
43 changes: 31 additions & 12 deletions server/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 server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opentest-server",
"version": "1.1.5",
"version": "1.1.6",
"description": "This is the OpenTest server module. For installation instructions and documentation please see the project website at https://getopentest.org.",
"author": "Adrian Theodorescu",
"homepage": "https://getopentest.org/",
Expand Down

0 comments on commit bbbb232

Please sign in to comment.