Skip to content

Commit 32671bc

Browse files
author
Ozan Tellioglu
committed
v.0.0.8 Release
1 parent 7fbea37 commit 32671bc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-link-converter",
33
"name": "Obsidian Link Converter",
4-
"version": "0.0.7",
4+
"version": "0.0.8",
55
"minAppVersion": "0.9.12",
66
"description": "Scan all your links in the vault and convert them to your desired format.",
77
"author": "Ozan Tellioglu",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-link-converter",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Scan all your links in the vault and convert them to your desired format.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"0.0.8": "0.9.7",
23
"0.0.7": "0.9.7",
34
"0.0.6": "0.9.7",
45
"0.0.5": "0.9.7",

0 commit comments

Comments
 (0)