Skip to content

Commit

Permalink
Bump version number to 0.15.0, re-generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xylix committed Aug 18, 2020
1 parent dd159d1 commit 0e8f2c1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
Xvfb -ac :99 -screen 0 1280x1024x16 > /dev/null 2>&1 &
- name: Install Robot Framework Browser
env:
VERSION: 0.14.0
VERSION: 0.15.0
run: |
pip install "robotframework_browser-$VERSION-py3-none-any.whl"
rfbrowser init
Expand Down
2 changes: 1 addition & 1 deletion Browser/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.14.0"
VERSION = "0.15.0"
2 changes: 1 addition & 1 deletion docs/Browser.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "robotframework-playwright",
"version": "0.14.0",
"version": "0.15.0",
"main": "index.ts",
"author": "Mikko Korpela <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 0e8f2c1

Please sign in to comment.