Skip to content

Commit

Permalink
Bump version number to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xylix committed Jul 17, 2020
1 parent 32a9c58 commit 7c0537f
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 @@ -94,7 +94,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Robot Framework Browser
env:
VERSION: 0.7.1
VERSION: 0.8.0
run: |
pip install "artifacts/robotframework_browser-$VERSION-py3-none-any.whl"
pip install -U robotframework-pabot
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.7.1"
VERSION = "0.8.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.7.1",
"version": "0.8.0",
"main": "index.ts",
"author": "Mikko Korpela <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 7c0537f

Please sign in to comment.