Skip to content

Commit

Permalink
Release 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stateful-wombot committed Apr 7, 2023
1 parent 03fd70c commit be41aec
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.6",
"version": "0.0.7",
"description": "A Runme browser extension to bring Runme capabilities into the browser.",
"author": "Christian Bromann <[email protected]>",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions 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.6",
"version": "0.0.7",
"content_scripts": [
{
"matches": ["https://github.com/*"],
Expand All @@ -24,7 +24,7 @@
"browser_specific_settings": {
"gecko": {
"id": "{7f52a323-53cf-43bf-a24b-3b5630e424c6}",
"strict_min_version": "100.0"
"strict_min_version": "0.0.7"
}
}
}
4 changes: 2 additions & 2 deletions 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.6",
"version": "0.0.7",
"content_scripts": [
{
"matches": ["https://github.com/*"],
Expand All @@ -24,7 +24,7 @@
"browser_specific_settings": {
"gecko": {
"id": "{7f52a323-53cf-43bf-a24b-3b5630e424c6}",
"strict_min_version": "100.0"
"strict_min_version": "0.0.7"
}
}
}

0 comments on commit be41aec

Please sign in to comment.