Skip to content

Commit 195811f

Browse files
committed
change manifest and bump version
1 parent 285d77b commit 195811f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"id": "obsidian-awesome-reader",
2+
"id": "awesome-reader",
33
"name": "Awesome Reader",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"minAppVersion": "0.15.0",
66
"description": "Make Obsidian a proper Reader.",
77
"author": "AwesomeDog",
8-
"authorUrl": "https://github.com/AwesomeDog/obsidian-awesome-reader",
8+
"authorUrl": "https://github.com/AwesomeDog",
99
"isDesktopOnly": false
1010
}

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"0.1.0": "0.15.0",
33
"0.1.2": "0.15.0",
4-
"0.1.3": "0.15.0"
4+
"0.1.3": "0.15.0",
5+
"0.1.4": "0.15.0"
56
}

0 commit comments

Comments
 (0)