diff --git a/README.md b/README.md index 461686e..86fd61e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ This repository contains the following plugins: | [🏠](https://github.com/benji300/joplin-favorites) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.benji.favorites/plugin.jpl) | Favorites | 1.3.0 | Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. | Benji300 | | [🏠](https://discourse.joplinapp.org/t/persistent-text-folding-in-editor/16183) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.fold-cm/plugin.jpl) | Folding in Code Mirror Editor | 2.0.1 | Allows to fold parts of markdown text displayed in editor | ambrt | | [🏠](https://github.com/tessus/joplin-plugin-get-notebook-id#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/cx.evermeet.tessus.folder-id/plugin.jpl) | Get Notebook ID | 1.0.1 | Copy/Show the ID of a notebook. For developers. A regular user won't need this. | Helmut K. C. Tessarek | -| [🏠](https://github.com/marc0l92/joplin-plugin-github-theme#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-github-theme/plugin.jpl) | GitHub Theme | 0.1.0 | Joplin theme with colors of GitHub | Marco LUCARELLA | +| [🏠](https://github.com/marc0l92/joplin-plugin-github-theme#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-github-theme/plugin.jpl) | GitHub Theme | 0.2.0 | Joplin theme with colors of GitHub | Marco LUCARELLA | | [🏠](https://github.com/lkiThakur/homenote#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.lki.homenote/plugin.jpl) | Home Note | 1.0.2 | Plugin to open a choosen note each time joplin starts. It is like homepages on browsers. | Adarsh Singh(lki) | | [🏠](https://github.com/JackGruber/joplin-plugin-hotfolder/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.hotfolder/plugin.jpl) | Hotfolder | 1.0.1 | Monitors a locale folder and import the files as a new note. | JackGruber | | [🏠](https://discourse.joplinapp.org/t/plugin-inline-tags/14192) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.whatever.inline-tags/plugin.jpl) | Inline tags | 1.2.0 | Inline tags plugin | Roman Musin | diff --git a/manifests.json b/manifests.json index 76d502c..d63027d 100644 --- a/manifests.json +++ b/manifests.json @@ -1175,7 +1175,7 @@ "manifest_version": 1, "id": "com.github.marc0l92.joplin-plugin-github-theme", "app_min_version": "2.2", - "version": "0.1.0", + "version": "0.2.0", "name": "GitHub Theme", "description": "Joplin theme with colors of GitHub", "author": "Marco LUCARELLA", @@ -1187,8 +1187,8 @@ "Dark", "Light" ], - "_publish_hash": "sha256:2a6fd16c3e5b3c7cbc4689a45ed08e531c5035937695c637c97630d69f808692", - "_publish_commit": "main:6789d416b510691a4fef56a2eb91eae7854a8d7c", + "_publish_hash": "sha256:2e60c528b32ec74fb40c286851715038d5a0f7cd4007d4937c629b1bc5884668", + "_publish_commit": "main:90d083dfa6e88b9e92c7c779a0b7582774a59ff4", "_npm_package_name": "joplin-plugin-github-theme" }, "org.joplinapp.plugins.Victor": { diff --git a/plugins/com.github.marc0l92.joplin-plugin-github-theme/manifest.json b/plugins/com.github.marc0l92.joplin-plugin-github-theme/manifest.json index e2774c8..fc4cd18 100644 --- a/plugins/com.github.marc0l92.joplin-plugin-github-theme/manifest.json +++ b/plugins/com.github.marc0l92.joplin-plugin-github-theme/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.github.marc0l92.joplin-plugin-github-theme", "app_min_version": "2.2", - "version": "0.1.0", + "version": "0.2.0", "name": "GitHub Theme", "description": "Joplin theme with colors of GitHub", "author": "Marco LUCARELLA", @@ -14,7 +14,7 @@ "Dark", "Light" ], - "_publish_hash": "sha256:2a6fd16c3e5b3c7cbc4689a45ed08e531c5035937695c637c97630d69f808692", - "_publish_commit": "main:6789d416b510691a4fef56a2eb91eae7854a8d7c", + "_publish_hash": "sha256:2e60c528b32ec74fb40c286851715038d5a0f7cd4007d4937c629b1bc5884668", + "_publish_commit": "main:90d083dfa6e88b9e92c7c779a0b7582774a59ff4", "_npm_package_name": "joplin-plugin-github-theme" } \ No newline at end of file diff --git a/plugins/com.github.marc0l92.joplin-plugin-github-theme/plugin.jpl b/plugins/com.github.marc0l92.joplin-plugin-github-theme/plugin.jpl index 85e6751..550931a 100644 Binary files a/plugins/com.github.marc0l92.joplin-plugin-github-theme/plugin.jpl and b/plugins/com.github.marc0l92.joplin-plugin-github-theme/plugin.jpl differ