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 2c56736 commit 7d093c5Copy full SHA for 7d093c5
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "duplicate-finder",
3
"name": "Duplicate Finder",
4
- "version": "0.0.3",
+ "version": "0.0.4",
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,5 +1,6 @@
"0.0.1": "1.8.0",
"0.0.2": "1.8.0",
- "0.0.3": "1.8.0"
+ "0.0.3": "1.8.0",
+ "0.0.4": "1.8.0"
}
0 commit comments