Skip to content

Commit

Permalink
Update modal title
Browse files Browse the repository at this point in the history
  • Loading branch information
visini committed Jan 21, 2021
1 parent a028dba commit 2deca39
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-icons-plugin",
"name": "Icons",
"version": "0.2.1",
"version": "0.2.2",
"minAppVersion": "0.10.7",
"description": "Add icons to your Obsidian notes.",
"author": "Camillo Visini",
Expand Down
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ export default class IconsPlugin extends Plugin {
await this.loadSettings()

this.addCommand({
id: "open-sample-modal",
name: "Open Sample Modal",
id: "open-icons-plugin-modal",
name: "Insert Icon",
hotkeys: [{ modifiers: ["Ctrl", "Shift"], key: "i" }],
callback: () => {
const modal = new IconsPluginPickerModal(this.app, this, this.settings)
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"0.2.0": "0.10.7",
"0.2.1": "0.10.7"
"0.2.1": "0.10.7",
"0.2.2": "0.10.7"
}

0 comments on commit 2deca39

Please sign in to comment.