diff --git a/README.md b/README.md index 511c4a8..aa71c72 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ This repository contains the following plugins: [🏠](https://discourse.joplinapp.org/t/plugin-repeating-to-dos/16470) | Repeating To-Dos | 0.0.1 | A powerful and comprehensive plugin for to-do repetition/recurrence | BeatLink [🏠](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.5.2 | Helping you ditch the markdown viewer for good. | Caleb John -[🏠](https://github.com/JackGruber/joplin-plugin-backup/blob/master/README.md) | Simple Backup | 1.0.1 | Plugin to create manual and automatic backups. | JackGruber +[🏠](https://github.com/JackGruber/joplin-plugin-backup/blob/master/README.md) | Simple Backup | 1.0.2 | Plugin to create manual and automatic backups. | JackGruber [🏠](https://github.com/martinkorelic/joplin-plugin-spoilers) | Spoilers | 1.0.3 | Create inline spoilers and spoiler blocks with title and extendable body. | Martin Korelič [🏠](https://github.com/roman-r-m/joplin-plugin-table-formatter) | Table Formatter Plugin | 1.1.2 | Format the table under the cursor in Markdown editor | Roman Musin [🏠](https://github.com/JackGruber/joplin-plugin-tagging/blob/master/README.md) | Tagging | 1.0.1 | Plugin to extend the Joplin tagging menu with a coppy all tags and a tagging dialog with more control. (Formerly Copy Tags). | JackGruber diff --git a/manifests.json b/manifests.json index d0129dc..a16324c 100644 --- a/manifests.json +++ b/manifests.json @@ -103,7 +103,7 @@ "manifest_version": 1, "id": "io.github.jackgruber.backup", "app_min_version": "2.1.3", - "version": "1.0.1", + "version": "1.0.2", "name": "Simple Backup", "description": "Plugin to create manual and automatic backups.", "author": "JackGruber", @@ -117,8 +117,8 @@ "7zip", "encrypted" ], - "_publish_hash": "sha256:9b67db10ed124922a8b9cea6d8fa953fe4f731b83efc4a08978dc9329ec2783f", - "_publish_commit": "master:010744b0b08685f1c4a54e67d99e6c3ef2ec0d9a", + "_publish_hash": "sha256:89923c42b44e161c6d0cd703f0cb2d6cb55e8d4e3f2c5b9efb8e1038c16448d9", + "_publish_commit": "master:022ef0dbc87ce71ee911a38c53e394d7e16e2d4a", "_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 b507431..91d6493 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": "2.1.3", - "version": "1.0.1", + "version": "1.0.2", "name": "Simple Backup", "description": "Plugin to create manual and automatic backups.", "author": "JackGruber", @@ -16,7 +16,7 @@ "7zip", "encrypted" ], - "_publish_hash": "sha256:9b67db10ed124922a8b9cea6d8fa953fe4f731b83efc4a08978dc9329ec2783f", - "_publish_commit": "master:010744b0b08685f1c4a54e67d99e6c3ef2ec0d9a", + "_publish_hash": "sha256:89923c42b44e161c6d0cd703f0cb2d6cb55e8d4e3f2c5b9efb8e1038c16448d9", + "_publish_commit": "master:022ef0dbc87ce71ee911a38c53e394d7e16e2d4a", "_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 220cfc4..9e7d291 100644 Binary files a/plugins/io.github.jackgruber.backup/plugin.jpl and b/plugins/io.github.jackgruber.backup/plugin.jpl differ