diff --git a/main.ts b/main.ts index 8eb1af4..8525bf6 100644 --- a/main.ts +++ b/main.ts @@ -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(); }); diff --git a/manifest.json b/manifest.json index 095971c..1e3a812 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/versions.json b/versions.json index 26382a1..18af01b 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.0.0": "0.15.0" + "1.0.1": "0.15.0" }