Skip to content

Commit

Permalink
fix a copy/paste issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Edo78 committed Jan 21, 2022
1 parent 5662b25 commit eb0b10f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-koreader-plugin",
"name": "KOReader Highlights",
"version": "0.0.1",
"version": "0.0.2",
"minAppVersion": "0.12.0",
"description": "This is a plugin for Obsidian. This plugin syncs highlights and notes taken in KOReader.",
"author": "Federico \"Edo\" Granata",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-koreader-plugin",
"version": "0.0.1",
"version": "0.0.2",
"description": "This is a plugin for Obsidian. This plugin syncs highlights and notes taken in KOReader.",
"main": "main.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ class KoreaderSettingTab extends PluginSettingTab {
await this.plugin.saveSettings();
}));

this.app.vault.getAbstractFileByPath
new Setting(containerEl)
.setName('Highlights folder location')
.setDesc('Vault folder to use for writing book highlight notes')
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"0.0.1": "0.12.0"
"0.0.1": "0.12.0",
"0.0.2": "0.12.0"
}

0 comments on commit eb0b10f

Please sign in to comment.