Skip to content

Commit

Permalink
[docs] Bump version. Set 'latest' tag. (#1036)
Browse files Browse the repository at this point in the history
* Bump version. Set 'latest' tag.

* Fix broken link
  • Loading branch information
AlexanderMoskovkin authored and helen-dikareva committed Dec 8, 2016
1 parent ab70884 commit 732eb90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .publishrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"gitTag": true
},
"confirm": true,
"publishTag": "alpha",
"publishTag": "latest",
"prePublishScript": "gulp test-server"
}
2 changes: 1 addition & 1 deletion docs/articles/blog/2016-11-8-testcafe-v0-10-0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if (await selector.hasClass('foo')) {
}
```

See [Snapshot API Shorthands](https://devexpress.github.io/testcafe/documentation/test-api/selecting-page-elements/selectors.html#snapshot-api-shorthands).
See [Snapshot API Shorthands](https://devexpress.github.io/testcafe/documentation/test-api/selecting-page-elements/selectors.html#obtain-element-state).

### Improved automatic wait mechanism

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "testcafe",
"description": "Automated browser testing for the modern web development stack.",
"license": "MIT",
"version": "0.11.0-alpha2",
"version": "0.11.0",
"author": {
"name": "Developer Express Inc.",
"url": "https://www.devexpress.com/"
Expand Down

0 comments on commit 732eb90

Please sign in to comment.