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 5426feb commit dd31d3dCopy full SHA for dd31d3d
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "file-diff",
3
"name": "File Diff",
4
- "version": "1.0.13",
+ "version": "1.1.0",
5
"minAppVersion": "0.15.0",
6
"description": "Shows the differences between two files..",
7
"author": "Till Friebe",
package.json
@@ -1,6 +1,6 @@
"name": "obsidian-file-diff",
"description": "Shows the differences between two files.",
"main": "main.js",
"scripts": {
versions.json
@@ -12,5 +12,6 @@
12
"1.0.10": "0.15.0",
13
"1.0.11": "0.15.0",
14
"1.0.12": "0.15.0",
15
- "1.0.13": "0.15.0"
+ "1.0.13": "0.15.0",
16
+ "1.1.0": "0.15.0"
17
}
0 commit comments