Skip to content

Commit

Permalink
Update extension version to 0.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Carl Gieringer <78054+carlgieringer@users.noreply.github.com>
  • Loading branch information
carlgieringer committed Jun 23, 2023
1 parent 9ef3e45 commit 2247455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion premiser-ext/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "howdju-browser-extension",
"private": true,
"version": "0.2.0",
"version": "0.2.1",
"main": "dist/background.js",
"license": "AGPL-3.0-or-later",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion premiser-ext/src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Howdju Extension",
"version": "0.2.0",
"version": "0.2.1",
"description": "Add evidence to Howdju from your web browser",
"background": {
"scripts": ["background.js"]
Expand Down

0 comments on commit 2247455

Please sign in to comment.