diff --git a/README.md b/README.md index a254048..60ffd30 100644 --- a/README.md +++ b/README.md @@ -25,5 +25,5 @@ This repository contains the following plugins: [🏠](https://github.com/JackGruber/joplin-plugin-note-overview) | Note overview | 1.2.1 | 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/cqroot/joplin-outline) | Outline | 1.0.10 | Outline sidebar plugin for joplin. | cqroot -[🏠](https://github.com/JackGruber/joplin-plugin-backup) | Simple Backup | 0.4.0 | Plugin to create manual and automatic backups | JackGruber +[🏠](https://github.com/JackGruber/joplin-plugin-backup) | Simple Backup | 0.4.1 | Plugin to create manual and automatic backups | JackGruber diff --git a/manifests.json b/manifests.json index 42045c3..0edf846 100644 --- a/manifests.json +++ b/manifests.json @@ -92,7 +92,7 @@ "manifest_version": 1, "id": "io.github.jackgruber.backup", "app_min_version": "1.6.5", - "version": "0.4.0", + "version": "0.4.1", "name": "Simple Backup", "description": "Plugin to create manual and automatic backups", "author": "JackGruber", @@ -103,8 +103,8 @@ "jex", "export" ], - "_publish_hash": "sha256:03297c4aca24dfa43cdac0f73f67d724ad2021ebe23cafd7b67016fa6234135e", - "_publish_commit": "master:b89dee6300cb09c6b51ae7f9b730a0e974c1f765", + "_publish_hash": "sha256:1079b89a2b22a2d9a7a82dba79505fbf34f1a9345f453114cf1c56b4459b8ea8", + "_publish_commit": "master:158d9b84b99bd06dfcc8a5acf1a72f5469268552", "_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 e451343..9b3ae1a 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.4.0", + "version": "0.4.1", "name": "Simple Backup", "description": "Plugin to create manual and automatic backups", "author": "JackGruber", @@ -13,7 +13,7 @@ "jex", "export" ], - "_publish_hash": "sha256:03297c4aca24dfa43cdac0f73f67d724ad2021ebe23cafd7b67016fa6234135e", - "_publish_commit": "master:b89dee6300cb09c6b51ae7f9b730a0e974c1f765", + "_publish_hash": "sha256:1079b89a2b22a2d9a7a82dba79505fbf34f1a9345f453114cf1c56b4459b8ea8", + "_publish_commit": "master:158d9b84b99bd06dfcc8a5acf1a72f5469268552", "_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 c75068f..b57e0ea 100644 Binary files a/plugins/io.github.jackgruber.backup/plugin.jpl and b/plugins/io.github.jackgruber.backup/plugin.jpl differ