diff --git a/README.md b/README.md index f24ac93..fdb8cda 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ This repository contains the following plugins: | [🏠](https://github.com/hieuthi/joplin-plugin-rubi-and-furigana) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.rubi-and-furigana/plugin.jpl) | Rubi and Furigana | 1.1.0 | Commands that insert appropriate <ruby> and <rt> tags to formatted text to display furigana. | Hieu-Thi Luong | | [🏠](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.1.0 | 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.1.1 | Plugin to create manual and automatic backups. | JackGruber | | [🏠](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.2.1 | 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.1.0 | Indent paragraphs with spaces instead of tabs | alondmnt | | [🏠](https://github.com/martinkorelic/joplin-plugin-spoilers) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.spoiler.cards/plugin.jpl) | Spoilers | 1.0.5 | Create inline spoilers and spoiler blocks with title and extendable body. | Martin Korelič | diff --git a/manifests.json b/manifests.json index 97d269b..7360114 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.1.0", + "version": "1.1.1", "name": "Simple Backup", "description": "Plugin to create manual and automatic backups.", "author": "JackGruber", @@ -121,8 +121,8 @@ "7zip", "encrypted" ], - "_publish_hash": "sha256:8d8c6a3bb92fafc587269aea58b623b05242d42c0766a05bbe25c3ba2bbdf8ee", - "_publish_commit": "master:00ed52133c659e0f3ac1a55f70b776c42fca0a6d", + "_publish_hash": "sha256:616b034ec484e83bf972adab454c9c00d23d9bd0b21574beba7915e42ff7415a", + "_publish_commit": "master:98221472e60f34026ac739368c2831193f564654", "_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 17129ba..53ece65 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.1.0", + "version": "1.1.1", "name": "Simple Backup", "description": "Plugin to create manual and automatic backups.", "author": "JackGruber", @@ -16,7 +16,7 @@ "7zip", "encrypted" ], - "_publish_hash": "sha256:8d8c6a3bb92fafc587269aea58b623b05242d42c0766a05bbe25c3ba2bbdf8ee", - "_publish_commit": "master:00ed52133c659e0f3ac1a55f70b776c42fca0a6d", + "_publish_hash": "sha256:616b034ec484e83bf972adab454c9c00d23d9bd0b21574beba7915e42ff7415a", + "_publish_commit": "master:98221472e60f34026ac739368c2831193f564654", "_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 3971b7f..e60a8c7 100644 Binary files a/plugins/io.github.jackgruber.backup/plugin.jpl and b/plugins/io.github.jackgruber.backup/plugin.jpl differ