diff --git a/README.md b/README.md index 960e552..78660c4 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,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.1 | 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.2.0 | 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.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.2.2 | Indent paragraphs with spaces instead of tabs | alondmnt | diff --git a/manifests.json b/manifests.json index 7bac5e4..91a1f77 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.1", + "version": "1.2.0", "name": "Simple Backup", "description": "Plugin to create manual and automatic backups.", "author": "JackGruber", @@ -121,8 +121,8 @@ "7zip", "encrypted" ], - "_publish_hash": "sha256:616b034ec484e83bf972adab454c9c00d23d9bd0b21574beba7915e42ff7415a", - "_publish_commit": "master:98221472e60f34026ac739368c2831193f564654", + "_publish_hash": "sha256:5b9605100911c96c157853884f1fb8fc0e4374697f493dcbeb45fd09068e469d", + "_publish_commit": "master:1a5f98eef052081f501e9bcda2fd1f69f2dbeb04", "_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 53ece65..83ca22e 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.1", + "version": "1.2.0", "name": "Simple Backup", "description": "Plugin to create manual and automatic backups.", "author": "JackGruber", @@ -16,7 +16,7 @@ "7zip", "encrypted" ], - "_publish_hash": "sha256:616b034ec484e83bf972adab454c9c00d23d9bd0b21574beba7915e42ff7415a", - "_publish_commit": "master:98221472e60f34026ac739368c2831193f564654", + "_publish_hash": "sha256:5b9605100911c96c157853884f1fb8fc0e4374697f493dcbeb45fd09068e469d", + "_publish_commit": "master:1a5f98eef052081f501e9bcda2fd1f69f2dbeb04", "_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 e60a8c7..3b2ada2 100644 Binary files a/plugins/io.github.jackgruber.backup/plugin.jpl and b/plugins/io.github.jackgruber.backup/plugin.jpl differ