Skip to content

Commit

Permalink
Bump version from 1.3.0 to 1.4.0
Browse files Browse the repository at this point in the history
* Added "bt navigate" and "bt update" commands

* Fix "bt open" and "bt new": now they print tab IDs of the created tabs, one
  per line
  • Loading branch information
balta2ar committed May 29, 2022
1 parent 66a9783 commit cb6e70d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.4.0 ???
1.4.0 (2022-05-29)

* Added "bt navigate" and "bt update" commands

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.3.0'
__version__ = '1.4.0'
2 changes: 1 addition & 1 deletion brotab/extension/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Control your browser's tabs from command line",
"manifest_version": 2,
"name": "BroTab",
"version": "1.3.0",
"version": "1.4.0",
"background": {
"scripts": ["background.js"]
},
Expand Down
2 changes: 1 addition & 1 deletion brotab/extension/firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"description": "Control your browser's tabs from command line",
"manifest_version": 2,
"name": "BroTab",
"version": "1.3.0",
"version": "1.4.0",
"background": {
"scripts": ["background.js"]
},
Expand Down

0 comments on commit cb6e70d

Please sign in to comment.