Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
brianpetro committed Dec 31, 2023
1 parent d35adde commit 7214854
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"minAppVersion": "1.1.0",
"authorUrl": "https://wfhbrian.com",
"isDesktopOnly": true,
"version": "1.6.46"
"version": "1.6.47"
}
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"minAppVersion": "1.1.0",
"authorUrl": "https://wfhbrian.com",
"isDesktopOnly": true,
"version": "1.6.46"
"version": "1.6.47"
}
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2332,7 +2332,7 @@ class SmartConnectionsSettingsTab extends Obsidian.PluginSettingTab {
await this.plugin.saveSettings(true);
}));
// button "get v2"
new Obsidian.Setting(containerEl).setName("Get v2").setDesc("Get v2").addButton((button) => button.setButtonText("Get v2").onClick(async () => {
new Obsidian.Setting(containerEl).setName("Get v2").setDesc("Get v2 (warning: very early beta release, likely to crash, please send issues directly to the supporter email for quick response)").addButton((button) => button.setButtonText("Get v2 (unstable)").onClick(async () => {
await this.plugin.update_to_v2();
}));
// add button to trigger sync notes to use with ChatGPT
Expand Down

0 comments on commit 7214854

Please sign in to comment.