Skip to content

Commit

Permalink
Release 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewturk committed May 7, 2024
1 parent e6932a9 commit f22c2de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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.4",
"version": "0.2.5",
"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.4",
"version": "0.2.5",
"main": "main.js",
"type": "module",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions public/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"0.2.1": "0.15.0",
"0.2.2": "0.15.0",
"0.2.3": "0.15.0",
"0.2.4": "0.15.0"
}
"0.2.4": "0.15.0",
"0.2.5": "0.15.0"
}

0 comments on commit f22c2de

Please sign in to comment.