Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
metal-young committed Jul 24, 2023
1 parent e0501e3 commit e5e6108
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class SampleSettingTab extends PluginSettingTab {

containerEl.empty();

containerEl.createEl('h2', {text: 'Settings'});
containerEl.createEl('h2', {text: 'Settings for Obsidian to Flomo'});

new Setting(containerEl)
.setName('Flomo API')
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-to-flomo",
"version": "0.2.1",
"version": "0.1.3",
"description": "Quickly share content to Flomo.",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"0.2.1": "0.15.0"
"0.1.3": "0.15.0"
}

0 comments on commit e5e6108

Please sign in to comment.