Skip to content

Commit

Permalink
Update to version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewturk committed Feb 20, 2024
1 parent 21d946c commit 1b0d21c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Add a context-dependent sidecar panel.",
"author": "Matthew Turk",
"authorUrl": "https://matthewturk.github.io/",
"version": "0.2.1",
"version": "0.2.2",
"minAppVersion": "0.15.0",
"isDesktopOnly": false
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sidecar-panel",
"private": true,
"version": "0.2.1",
"version": "0.2.2",
"main": "main.js",
"type": "module",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion public/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"0.1.4": "0.15.0",
"0.1.5": "0.15.0",
"0.2.0": "0.15.0",
"0.2.1": "0.15.0"
"0.2.1": "0.15.0",
"0.2.2": "0.15.0",
}

0 comments on commit 1b0d21c

Please sign in to comment.