Skip to content

Commit

Permalink
bump version number to 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xylix committed Aug 19, 2020
1 parent cc20107 commit ccd0ea0
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.15.0
VERSION: 0.15.1
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.15.0"
VERSION = "0.15.1"
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.15.0",
"version": "0.15.1",
"main": "index.ts",
"author": "Mikko Korpela <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit ccd0ea0

Please sign in to comment.