Skip to content

Commit

Permalink
chore: bump version to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianth committed Nov 24, 2018
1 parent 9c016e4 commit b229ff6
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 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.0.7",
"version": "1.0.8",
"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.0.7",
"version": "1.0.8",
"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.18.0",
"chalk": "^2.4.1",
"inquirer": "^4.0.2",
"opentest-actor": "1.0.7",
"opentest-server": "1.0.7",
"opentest-actor": "1.0.8",
"opentest-server": "1.0.8",
"shelljs": "^0.7.8",
"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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opentest-master",
"version": "1.0.7",
"version": "1.0.8",
"description": "Functional test automation framework for web, mobile and REST APIs",
"author": "Adrian Theodorescu",
"homepage": "https://getopentest.org/",
Expand All @@ -12,7 +12,7 @@
"build-projects": "node build/tasks/build-projects.js",
"make-modules": "node build/tasks/make-modules.js",
"package": "node build/tasks/package.js",
"publish-npm-local": "node build/tasks/publish-modules.js --registry http://localhost:4873",
"publish-local": "node build/tasks/publish-modules.js --registry http://localhost:4873",
"publish-npm-beta": "node build/tasks/publish-modules.js --registry https://registry.npmjs.org",
"publish-npm-latest": "node build/tasks/publish-modules.js --registry https://registry.npmjs.org --tag=latest",
"update-version": "node build/tasks/update-version.js"
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.

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.0.7",
"version": "1.0.8",
"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 b229ff6

Please sign in to comment.