diff --git a/README.md b/README.md index 4faeb18..16dea13 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ This repository contains the following plugins: [🏠](https://github.com/benji300/joplin-quick-move) | Quick Move | 1.0.0 | Collection of commands to quickly move notes to other notebooks. | Benji300 [🏠](https://github.com/roman-r-m/joplin-plugin-resource-search) | Resource Search Plugin | 0.1.1 | Search in Attached Resources | Roman Musin [🏠](https://github.com/CalebJohn/joplin-rich-markdown#readme) | Rich Markdown | 0.3.2 | Add inline and other images to the markdown editor. | Caleb John -[🏠](https://github.com/JackGruber/joplin-plugin-backup/blob/master/README.md) | Simple Backup | 0.5.2 | Plugin to create manual and automatic backups. | JackGruber +[🏠](https://github.com/JackGruber/joplin-plugin-backup/blob/master/README.md) | Simple Backup | 0.5.3 | Plugin to create manual and automatic backups. | JackGruber [🏠](https://github.com/roman-r-m/joplin-plugin-table-formatter) | Table Formatter Plugin | 1.1.1 | Format the table under the cursor in Markdown editor | Roman Musin [🏠](https://github.com/forcewake/joplin-tags-generator) | Tags Generator | 1.0.0 | Plugin for Joplin which can be used to extract keywords from note and assign them as a note's tags | forcewake diff --git a/manifests.json b/manifests.json index 8030f58..9e6c17d 100644 --- a/manifests.json +++ b/manifests.json @@ -99,7 +99,7 @@ "manifest_version": 1, "id": "io.github.jackgruber.backup", "app_min_version": "1.6.5", - "version": "0.5.2", + "version": "0.5.3", "name": "Simple Backup", "description": "Plugin to create manual and automatic backups.", "author": "JackGruber", @@ -110,8 +110,8 @@ "jex", "export" ], - "_publish_hash": "sha256:e33c7736824903b87d7b07150c88263644c05a4a7ea49f473839563bdaa16243", - "_publish_commit": "master:d08d3b95da18e00e1998d391871271f586f47e15", + "_publish_hash": "sha256:a06ac7613f921538147d44b46630bfcf84d16e0b14047e66d3ae4b7572d4d5e4", + "_publish_commit": "master:38846496f166020e4a8fb7be545d7d6d41f493c7", "_npm_package_name": "joplin-plugin-backup" }, "io.github.jackgruber.note-overview": { diff --git a/plugins/io.github.jackgruber.backup/manifest.json b/plugins/io.github.jackgruber.backup/manifest.json index 3db297d..6d164dd 100644 --- a/plugins/io.github.jackgruber.backup/manifest.json +++ b/plugins/io.github.jackgruber.backup/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "io.github.jackgruber.backup", "app_min_version": "1.6.5", - "version": "0.5.2", + "version": "0.5.3", "name": "Simple Backup", "description": "Plugin to create manual and automatic backups.", "author": "JackGruber", @@ -13,7 +13,7 @@ "jex", "export" ], - "_publish_hash": "sha256:e33c7736824903b87d7b07150c88263644c05a4a7ea49f473839563bdaa16243", - "_publish_commit": "master:d08d3b95da18e00e1998d391871271f586f47e15", + "_publish_hash": "sha256:a06ac7613f921538147d44b46630bfcf84d16e0b14047e66d3ae4b7572d4d5e4", + "_publish_commit": "master:38846496f166020e4a8fb7be545d7d6d41f493c7", "_npm_package_name": "joplin-plugin-backup" } \ No newline at end of file diff --git a/plugins/io.github.jackgruber.backup/plugin.jpl b/plugins/io.github.jackgruber.backup/plugin.jpl index 8fece61..b71e80a 100644 Binary files a/plugins/io.github.jackgruber.backup/plugin.jpl and b/plugins/io.github.jackgruber.backup/plugin.jpl differ