Skip to content

Commit

Permalink
version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blenderskool committed Nov 19, 2020
1 parent c5f0e1a commit 5a906ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "untab",
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"build": "rollup -c",
"build-firefox": "BROWSER_ENV=firefox rollup -c"
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.chrome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "UnTab",
"version": "0.0.1",
"version": "0.2.0",
"content_scripts": [{
"matches": ["<all_urls>"],
"js": [
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.firefox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "UnTab",
"version": "0.0.1",
"version": "0.2.0",
"content_scripts": [{
"matches": ["<all_urls>"],
"js": [
Expand Down

0 comments on commit 5a906ef

Please sign in to comment.