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 81028ba commit f0b3612Copy full SHA for f0b3612
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "backlink-cache",
3
"name": "Backlink Cache",
4
- "version": "1.4.0",
+ "version": "1.5.0",
5
"minAppVersion": "0.15.0",
6
"description": "Stores backlink cache to speed up `app.metadataCache.getBacklinksForFile`",
7
"author": "mnaoumov",
package.json
@@ -1,6 +1,6 @@
"name": "backlink-cache",
"main": "main.js",
"scripts": {
versions.json
@@ -3,5 +3,6 @@
"1.1.0": "0.15.0",
"1.2.0": "0.15.0",
"1.3.0": "0.15.0",
- "1.4.0": "0.15.0"
+ "1.4.0": "0.15.0",
+ "1.5.0": "0.15.0"
8
}
0 commit comments