Skip to content

Commit

Permalink
Bump version from 1.4.0 to 1.4.1
Browse files Browse the repository at this point in the history
* Better syntax for navigate and update:
  > bt navigate b.1.862 "https://google.com"
  > bt update -tabId b.1.862 -url="http://www.google.com"
  • Loading branch information
balta2ar committed May 29, 2022
1 parent b29f2ba commit 6fa5c19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
1.4.1 (2022-05-29)

* Better syntax for navigate and update:
> bt navigate b.1.862 "https://google.com"
> bt update -tabId b.1.862 -url="http://www.google.com"
Expand Down
2 changes: 1 addition & 1 deletion brotab/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.4.0'
__version__ = '1.4.1'

0 comments on commit 6fa5c19

Please sign in to comment.