Skip to content

Commit

Permalink
Release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stateful-wombot committed Apr 3, 2023
1 parent c83febb commit 50f347b
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.3",
"version": "0.0.4",
"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
@@ -1,7 +1,7 @@
{
"name": "Runme Web Extension",
"description": "A Runme browser extension to bring Runme capabilities into the browser.",
"version": "0.0.3",
"version": "0.0.4",
"manifest_version": 2,
"content_scripts": [
{
Expand Down
2 changes: 1 addition & 1 deletion public/manifestv3.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Runme Web Extension",
"description": "A Runme browser extension to bring Runme capabilities into the browser.",
"version": "0.0.3",
"version": "0.0.4",
"manifest_version": 3,
"content_scripts": [
{
Expand Down

0 comments on commit 50f347b

Please sign in to comment.