generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
76 additions
and
63 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 10 additions & 10 deletions
20
kr-book-info-plugin-1.3.2/manifest.json → kr-book-info-plugin-1.3.3/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"id": "kr-book-info-plugin", | ||
"name": "KoreanBook Info Plugin", | ||
"version": "1.3.2", | ||
"minAppVersion": "0.15.0", | ||
"description": "A plugin that crawls Yes24 to get book information.", | ||
"author": "kmsk99", | ||
"authorUrl": "github.com/kmsk99", | ||
"isDesktopOnly": false | ||
} | ||
{ | ||
"id": "kr-book-info-plugin", | ||
"name": "KoreanBook Info Plugin", | ||
"version": "1.3.3", | ||
"minAppVersion": "0.15.0", | ||
"description": "A plugin that crawls Yes24 to get book information.", | ||
"author": "kmsk99", | ||
"authorUrl": "github.com/kmsk99", | ||
"isDesktopOnly": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"id": "kr-book-info-plugin", | ||
"name": "KoreanBook Info Plugin", | ||
"version": "1.3.2", | ||
"minAppVersion": "0.15.0", | ||
"description": "A plugin that crawls Yes24 to get book information.", | ||
"author": "kmsk99", | ||
"authorUrl": "github.com/kmsk99", | ||
"isDesktopOnly": false | ||
} | ||
{ | ||
"id": "kr-book-info-plugin", | ||
"name": "KoreanBook Info Plugin", | ||
"version": "1.3.3", | ||
"minAppVersion": "0.15.0", | ||
"description": "A plugin that crawls Yes24 to get book information.", | ||
"author": "kmsk99", | ||
"authorUrl": "github.com/kmsk99", | ||
"isDesktopOnly": false | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"1.0.0": "0.9.7", | ||
"1.0.1": "0.12.0" | ||
} | ||
{ | ||
"1.0.0": "0.9.7", | ||
"1.0.1": "0.12.0", | ||
"1.3.3": "0.15.0" | ||
} |