diff --git a/manifest.json b/manifest.json index b67010f..ba44797 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "file-diff", "name": "File Diff", - "version": "1.0.10", + "version": "1.0.11", "minAppVersion": "0.15.0", "description": "Shows the differences between two files..", "author": "Till Friebe", diff --git a/package.json b/package.json index d759ea8..f637597 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-file-diff", - "version": "1.0.10", + "version": "1.0.11", "description": "Shows the differences between two files.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 57a0f1c..312782e 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "1.0.7": "0.15.0", "1.0.8": "0.15.0", "1.0.9": "0.15.0", - "1.0.10": "0.15.0" + "1.0.10": "0.15.0", + "1.0.11": "0.15.0" }