diff --git a/manifest.json b/manifest.json index 03a0beb..ae7f0bc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "file-diff", "name": "File Diff", - "version": "0.0.1", + "version": "1.0.0", "minAppVersion": "0.15.0", "description": "Shows the differences between two files..", "author": "Till Friebe", diff --git a/package.json b/package.json index 8d4daaa..9327fd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-file-diff", - "version": "0.0.1", + "version": "1.0.0", "description": "Shows the differences between two files.", "main": "main.js", "scripts": {