Skip to content

Commit

Permalink
Bump version from 1.2.2 to 1.3.0
Browse files Browse the repository at this point in the history
* Added "bt html" command #31, #34
  • Loading branch information
balta2ar committed Jun 2, 2020
1 parent 84a6e96 commit 97a289d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.3.0 (2020-06-02)

* Added "bt html" command #31, #34

1.2.2 (2020-05-05)

* Added Brave Browser support #29
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.2.2'
__version__ = '1.3.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.2.0",
"version": "1.3.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.2.0",
"version": "1.3.0",
"background": {
"scripts": ["background.js"]
},
Expand Down

0 comments on commit 97a289d

Please sign in to comment.