Skip to content

Commit

Permalink
fix: Update version to 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Postcount CI committed Mar 1, 2023
1 parent 973618e commit a1a0150
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "open-gate",
"name": "Open Gate",
"version": "1.2.5",
"version": "1.2.6",
"minAppVersion": "0.15.0",
"description": "Embed any website to Obsidian, you have anything you need in one place. You can browse website and take notes at the same time. e.g. Ask ChatGPT and copy the answer directly to your note.",
"author": "duocnv",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-open-gate",
"version": "1.2.5",
"version": "1.2.6",
"description": "Embedding any website to Obsidian, from now all, you have anything you need in one place.",
"main": "main.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/SetingTab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export class SettingTab extends PluginSettingTab {
text: `To reload Obsidian, you can use the menu "view -> Force reload" or "Reload App" in the command palette.`
})

new Setting(containerEl)
/*new Setting(containerEl)
.setName("Report Log")
.setDesc("To improve this plugin, we want to collect some logs. ONLY logs that produced by Open Gate will be collected, you can check our source code on Github. You can disable this collection at any time in the setting tab.")
.addToggle((toggle) => {
Expand All @@ -100,7 +100,7 @@ export class SettingTab extends PluginSettingTab {
this.plugin.settings.allowErrorReport = value
await this.plugin.saveSettings()
})
})
})*/

new Setting(containerEl)
.setName('Follow me on Twitter')
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"1.2.1": "0.15.0",
"1.2.3": "0.15.0",
"1.2.4": "0.15.0",
"1.2.5": "0.15.0"
"1.2.5": "0.15.0",
"1.2.6": "0.15.0"
}

0 comments on commit a1a0150

Please sign in to comment.