Skip to content

Commit

Permalink
Updated symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolun committed Apr 16, 2023
1 parent 92cd4e2 commit df5e145
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 @@ -30,7 +30,7 @@ export default class MyPlugin extends Plugin {
// });
// // Perform additional things with the ribbon
// ribbonIconEl.addClass('my-plugin-ribbon-class');
const ribbonIconEl = this.addRibbonIcon('dice', 'Send all notes to my app', () => {
const ribbonIconEl = this.addRibbonIcon('open-vault', 'Send all notes to Duckbase', () => {
this.sendAllNotesToMyApp();
});

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "duckbase-obsidian-plugin",
"name": "Duckbase Plugin",
"version": "1.0.0",
"version": "1.0.1",
"minAppVersion": "0.15.0",
"description": "This lets Duckbase keep track of all your Obsidian data.",
"author": "Duckbase",
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"1.0.0": "0.15.0"
"1.0.1": "0.15.0"
}

0 comments on commit df5e145

Please sign in to comment.