Skip to content

Commit

Permalink
chore: bump version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianth committed Oct 21, 2018
1 parent 3e4ee89 commit b1fb48a
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 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.

4 changes: 2 additions & 2 deletions build/module-opentest-actor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "opentest-actor",
"version": "1.0.4",
"description": "OpenTest actor",
"version": "1.0.5",
"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/",
"license": "MIT",
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.

8 changes: 4 additions & 4 deletions build/module-opentest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "opentest",
"version": "1.0.4",
"description": "Functional test automation framework for web, mobile and REST APIs",
"version": "1.0.5",
"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/",
"license": "MIT",
Expand All @@ -26,8 +26,8 @@
"dependencies": {
"chalk": "^2.3.0",
"inquirer": "^4.0.0",
"opentest-actor": "1.0.4",
"opentest-server": "1.0.4",
"opentest-actor": "1.0.5",
"opentest-server": "1.0.5",
"shelljs": "^0.7.8",
"yargs": "^10.0.3"
}
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.0.4",
"version": "1.0.5",
"description": "Functional test automation framework for web, mobile and REST APIs",
"author": "Adrian Theodorescu",
"homepage": "https://getopentest.org/",
Expand Down
2 changes: 1 addition & 1 deletion server/package-lock.json

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

4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "opentest-server",
"version": "1.0.4",
"description": "OpenTest sync server",
"version": "1.0.5",
"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/",
"license": "MIT",
Expand Down

0 comments on commit b1fb48a

Please sign in to comment.