diff --git a/README.md b/README.md index 619b3fb..14ca8d6 100644 --- a/README.md +++ b/README.md @@ -20,5 +20,5 @@ This repository contains the following plugins: [🏠](https://github.com/laurent22/joplin/tree/dev/packages/plugins/ToggleSidebars) | Note list and side bar toggle buttons | 1.0.2 | Adds buttons to toggle note list and sidebar | Laurent Cozic [🏠](https://github.com/JackGruber/joplin-plugin-note-overview) | Note overview | 1.0.0 | A note overview is created based on the defined search and the specified fields | JackGruber [🏠](https://github.com/benji300/joplin-note-tabs) | Note Tabs | 1.1.1 | Allows to open several notes at once in tabs and pin them. (v1.1.1) | Benji300 -[🏠](https://github.com/JackGruber/joplin-plugin-backup) | Simple Backup | 0.2.1 | Plugin to create manual and automatic backups | JackGruber +[🏠](https://github.com/JackGruber/joplin-plugin-backup) | Simple Backup | 0.3.0 | Plugin to create manual and automatic backups | JackGruber diff --git a/manifests.json b/manifests.json index e170d13..498d2bc 100644 --- a/manifests.json +++ b/manifests.json @@ -85,14 +85,14 @@ "manifest_version": 1, "id": "io.github.jackgruber.backup", "app_min_version": "1.6.5", - "version": "0.2.1", + "version": "0.3.0", "name": "Simple Backup", "description": "Plugin to create manual and automatic backups", "author": "JackGruber", "homepage_url": "https://github.com/JackGruber/joplin-plugin-backup", "repository_url": "https://github.com/JackGruber/joplin-plugin-backup", - "_publish_hash": "sha256:b25806e73f3cee238efaf5c17f8d535cb4549c9c7bac3db797cbc36896f5e4e8", - "_publish_commit": "master:8792efba68dc302b97fadd64ccfacf72d64479fd", + "_publish_hash": "sha256:450466e09fb6997a253f21a0de70e517a960b2b34b44c58d3e9f7e52867779aa", + "_publish_commit": "master:407333a1fc88d67161d5823e397b07b8413c9d79", "_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 4757f5e..d027680 100644 --- a/plugins/io.github.jackgruber.backup/manifest.json +++ b/plugins/io.github.jackgruber.backup/manifest.json @@ -2,13 +2,13 @@ "manifest_version": 1, "id": "io.github.jackgruber.backup", "app_min_version": "1.6.5", - "version": "0.2.1", + "version": "0.3.0", "name": "Simple Backup", "description": "Plugin to create manual and automatic backups", "author": "JackGruber", "homepage_url": "https://github.com/JackGruber/joplin-plugin-backup", "repository_url": "https://github.com/JackGruber/joplin-plugin-backup", - "_publish_hash": "sha256:b25806e73f3cee238efaf5c17f8d535cb4549c9c7bac3db797cbc36896f5e4e8", - "_publish_commit": "master:8792efba68dc302b97fadd64ccfacf72d64479fd", + "_publish_hash": "sha256:450466e09fb6997a253f21a0de70e517a960b2b34b44c58d3e9f7e52867779aa", + "_publish_commit": "master:407333a1fc88d67161d5823e397b07b8413c9d79", "_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 e003090..486652c 100644 Binary files a/plugins/io.github.jackgruber.backup/plugin.jpl and b/plugins/io.github.jackgruber.backup/plugin.jpl differ