diff --git a/README.md b/README.md index 7a5e8c9c..3de47b15 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ Shout out to other projects and people who helped me with questions I had while - [Templater](https://github.com/SilentVoid13/Templater) - for code, especially around settings. - [Periodic Notes](https://github.com/liamcain/obsidian-periodic-notes/) - for code, and one of the reasons this plugin works well for my own needs... and for liam.cain's help! - [BRAT](https://github.com/TfTHacker/obsidian42-brat) - for the means to beta test this plugin. -- Everybody on the [Obsidian Discord](https://discord.gg/obsidianmd), for their time and documentation, including but not limited to: claremacrae, lemons_dev, liam.cain, dovos, joethei, and SkepticMystic. +- Everybody on the [Obsidian Discord](https://discord.gg/obsidianmd) #plugin-dev channel for their time and documentation, including but not limited to: claremacrae, lemons_dev, liam.cain, dovos, joethei, and SkepticMystic. Thank you to all the plugins that Note Toolbar can utilize: diff --git a/manifest.json b/manifest.json index 1615656e..908762cc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-note-toolbar", "name": "Note Toolbar", - "version": "1.2.2", + "version": "1.2.3", "minAppVersion": "1.5.11", "description": "Add customizable toolbars to your notes", "author": "Chris Gurney",