We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1539d42 commit c9cabb2Copy full SHA for c9cabb2
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "duplicate-finder",
3
"name": "Duplicate Finder",
4
- "version": "0.0.2",
+ "version": "0.0.3",
5
"minAppVersion": "1.8.0",
6
"description": "Find duplicate content in your vault",
7
"author": "DecafDev",
package.json
@@ -1,6 +1,6 @@
"name": "obsidian-duplicate-finder",
"description": "Search for duplicate content in your vault",
"main": "main.js",
"scripts": {
versions.json
@@ -1,4 +1,5 @@
"0.0.1": "1.8.0",
- "0.0.2": "1.8.0"
+ "0.0.2": "1.8.0",
+ "0.0.3": "1.8.0"
}
0 commit comments