Skip to content

Commit

Permalink
Release 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
stateful-wombot committed Apr 7, 2023
1 parent 8990355 commit 4f591eb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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": "runme-web-extension",
"version": "0.0.8",
"version": "0.0.9",
"description": "A Runme browser extension to bring Runme capabilities into the browser.",
"author": "Christian Bromann <[email protected]>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "[email protected]",
"description": "A Runme browser extension to bring Runme capabilities into the browser.",
"homepage_url": "https://runme.dev",
"version": "0.0.8",
"version": "0.0.9",
"content_scripts": [
{
"matches": ["https://github.com/*"],
Expand Down
2 changes: 1 addition & 1 deletion public/manifestv2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "[email protected]",
"description": "A Runme browser extension to bring Runme capabilities into the browser.",
"homepage_url": "https://runme.dev",
"version": "0.0.8",
"version": "0.0.9",
"content_scripts": [
{
"matches": ["https://github.com/*"],
Expand Down

0 comments on commit 4f591eb

Please sign in to comment.