diff --git a/README.md b/README.md index 57ea852..84aa904 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ This repository contains the following plugins: | [🏠](https://github.com/FelisDiligens/joplin-plugin-search-and-replace) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-search-and-replace/plugin.jpl) | Search & Replace | 2.2.0 | Adds a search and replace panel to the Markdown editor. | FelisDiligens | | [🏠](https://github.com/marcgreen/semantic-joplin/tree/master/similar-notes) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marcgreen.joplin-plugin-semantically-similar-notes/plugin.jpl) | Semantically Similar Notes | 0.2.1 | Show user which notes are semantically similar to the one they are looking at | marc green | | [🏠](https://github.com/ambrt/joplin-plugin-send-snippet) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.sendSnippet/plugin.jpl) | Send snippet to different note | 1.0.0 | Sends snippet of text to any other note from any notebook | ambrt | -| [🏠](https://github.com/JackGruber/joplin-plugin-backup/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.backup/plugin.jpl) | Simple Backup | 1.3.2 | Plugin to create manual and automatic backups. | JackGruber | +| [🏠](https://github.com/JackGruber/joplin-plugin-backup/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.backup/plugin.jpl) | Simple Backup | 1.3.3 | Plugin to create manual and automatic backups. | JackGruber | | [🏠](https://github.com/kensam94/joplin-plugin-simple-highlighter) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/kensam.joplin.plugin.highlighter/plugin.jpl) | Simple Highlighter | 1.0.0 | Highlight/dehighlight the selected text | Ken Sam | | [🏠](https://github.com/hieuthi/joplin-plugin-slash-commands) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.slash-commands/plugin.jpl) | Slash Commands: Datetime & More | 1.3.2 | Execute several utilities by typing a command that starts with a slash. | Hieu-Thi Luong | | [🏠](https://github.com/alondmnt/joplin-plugin-space-indenter) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.space-indenter/plugin.jpl) | Space Indenter | 0.2.2 | Indent paragraphs with spaces instead of tabs | alondmnt | diff --git a/manifests.json b/manifests.json index 67d57e2..80bf983 100644 --- a/manifests.json +++ b/manifests.json @@ -107,7 +107,7 @@ "manifest_version": 1, "id": "io.github.jackgruber.backup", "app_min_version": "2.1.3", - "version": "1.3.2", + "version": "1.3.3", "name": "Simple Backup", "description": "Plugin to create manual and automatic backups.", "author": "JackGruber", @@ -121,8 +121,8 @@ "7zip", "encrypted" ], - "_publish_hash": "sha256:cf6ae15f32ec4697d3c062f686dd7fc5be38ed3d2090b4756405b84698bdf64b", - "_publish_commit": "master:a6114a3faa8beb8a6e6749ff9e11bf465d714a29", + "_publish_hash": "sha256:54fdf84877b4a3aeed437292afc5bda387536ad3be0c645bd0b5cbb17ffc5240", + "_publish_commit": "master:ffe162ee46eb6d0d9d4448d64b855513faf1d772", "_npm_package_name": "joplin-plugin-backup", "_recommended": true }, diff --git a/plugins/io.github.jackgruber.backup/manifest.json b/plugins/io.github.jackgruber.backup/manifest.json index 6049004..492a858 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.3.2", + "version": "1.3.3", "name": "Simple Backup", "description": "Plugin to create manual and automatic backups.", "author": "JackGruber", @@ -16,7 +16,7 @@ "7zip", "encrypted" ], - "_publish_hash": "sha256:cf6ae15f32ec4697d3c062f686dd7fc5be38ed3d2090b4756405b84698bdf64b", - "_publish_commit": "master:a6114a3faa8beb8a6e6749ff9e11bf465d714a29", + "_publish_hash": "sha256:54fdf84877b4a3aeed437292afc5bda387536ad3be0c645bd0b5cbb17ffc5240", + "_publish_commit": "master:ffe162ee46eb6d0d9d4448d64b855513faf1d772", "_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 51ce5bf..2f9cd6d 100644 Binary files a/plugins/io.github.jackgruber.backup/plugin.jpl and b/plugins/io.github.jackgruber.backup/plugin.jpl differ