Skip to content

Commit

Permalink
0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
scambier committed Jun 3, 2023
1 parent 77d66bb commit 55b48b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifest.json
@@ -1,8 +1,8 @@
{
"id": "no-dupe-leaves",
"name": "No dupe leaves",
"version": "0.0.9",
"minAppVersion": "0.14.2",
"version": "0.0.10",
"minAppVersion": "1.3.5",
"description": "Don't reopen notes that are already open",
"author": "Simon Cambier",
"authorUrl": "",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "no-dupe-leaves",
"version": "0.0.9",
"version": "0.0.10",
"description": "Don't reopen notes that are already open",
"main": "dist/main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Expand Up @@ -5,5 +5,6 @@
"0.0.4": "0.14.2",
"0.0.5": "0.14.2",
"0.0.8": "0.14.2",
"0.0.9": "1.3.4"
"0.0.9": "1.3.4",
"0.0.10": "1.3.5"
}

0 comments on commit 55b48b3

Please sign in to comment.