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 734e203 commit e15b217Copy full SHA for e15b217
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "duplicate-finder",
3
"name": "Duplicate Finder",
4
- "version": "0.0.1",
+ "version": "0.0.2",
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,3 +1,4 @@
- "1.0.0": "0.15.0"
+ "0.0.1": "1.8.0",
+ "0.0.2": "1.8.0"
}
0 commit comments