Skip to content

Commit df5e145

Browse files
committed
Updated symbol
1 parent 92cd4e2 commit df5e145

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default class MyPlugin extends Plugin {
3030
// });
3131
// // Perform additional things with the ribbon
3232
// ribbonIconEl.addClass('my-plugin-ribbon-class');
33-
const ribbonIconEl = this.addRibbonIcon('dice', 'Send all notes to my app', () => {
33+
const ribbonIconEl = this.addRibbonIcon('open-vault', 'Send all notes to Duckbase', () => {
3434
this.sendAllNotesToMyApp();
3535
});
3636

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "duckbase-obsidian-plugin",
33
"name": "Duckbase Plugin",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"minAppVersion": "0.15.0",
66
"description": "This lets Duckbase keep track of all your Obsidian data.",
77
"author": "Duckbase",

versions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"1.0.0": "0.15.0"
2+
"1.0.1": "0.15.0"
33
}

0 commit comments

Comments
 (0)