Skip to content

Commit 6c83e96

Browse files
committed
chore: bump version
1 parent 5fd1eb4 commit 6c83e96

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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": "title-fetcher",
33
"name": "Title Fetcher",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"minAppVersion": "1.8.0",
66
"description": "Fetch the title of a URL from the web",
77
"author": "DecafDev",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-title-fetcher",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Fetch the title of a URL from the web",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"0.0.1": "1.8.0",
3-
"0.0.2": "1.8.0"
3+
"0.0.2": "1.8.0",
4+
"0.0.3": "1.8.0"
45
}

0 commit comments

Comments
 (0)