We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ecc40 commit 7200b4eCopy full SHA for 7200b4e
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "obsidian-smart-links",
3
"name": "Smart Links",
4
- "version": "1.0.1",
+ "version": "1.0.2",
5
"minAppVersion": "0.15.0",
6
"description": "This is a plugin for Obsidian that allows users to define custom link formats",
7
"author": "David Lynch",
package.json
@@ -1,6 +1,6 @@
"name": "obsidian-smart-links",
"main": "main.js",
"scripts": {
versions.json
@@ -1,4 +1,5 @@
"1.0.0": "0.15.0",
- "1.0.1": "0.15.0"
+ "1.0.1": "0.15.0",
+ "1.0.2": "0.15.0"
}
0 commit comments