diff --git a/manifest.json b/manifest.json index abd0df3..7c73a45 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "file-diff", "name": "File Diff", - "version": "1.0.4", + "version": "1.0.5", "minAppVersion": "0.15.0", "description": "Shows the differences between two files..", "author": "Till Friebe", diff --git a/package.json b/package.json index 5288d2b..0c6c3a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-file-diff", - "version": "1.0.4", + "version": "1.0.5", "description": "Shows the differences between two files.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index e93e0d2..1a3cb8a 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "1.0.1": "0.15.0", "1.0.2": "0.15.0", "1.0.3": "0.15.0", - "1.0.4": "0.15.0" + "1.0.4": "0.15.0", + "1.0.5": "0.15.0" }