joplin-plugin-collapsible-blocks 1.9.0 → 1.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -13,7 +13,7 @@ There are many settings available to customize the desired features and behavior
13
13
 
14
14
  This plugin works on both Desktop and Mobile.
15
15
 
16
- **Version**: 1.9.0
16
+ **Version**: 1.9.1
17
17
 
18
18
  ### Installation
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-collapsible-blocks",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "scripts": {
5
5
  "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
6
6
  "prepare": "npm run dist",
@@ -2,7 +2,7 @@
2
2
  "manifest_version": 1,
3
3
  "id": "joplin.plugin.collapsible.blocks",
4
4
  "app_min_version": "3.3",
5
- "version": "1.9.0",
5
+ "version": "1.9.1",
6
6
  "name": "Collapsible Sections",
7
7
  "description": "Create collapsible blocks with title and extendable body, and make headings collapsible too.",
8
8
  "author": "ntczkjfg",
@@ -29,6 +29,6 @@
29
29
  "desktop",
30
30
  "mobile"
31
31
  ],
32
- "_publish_hash": "sha256:4a55870ddf310d37b226f43c59173699128fd3a4413616baaa7b9e895122acfd",
32
+ "_publish_hash": "sha256:35a824afb575d56213a29c28a6eb9d508c6149748081e070ba3027f68af0a674",
33
33
  "_publish_commit": "master:dcb50637167916ac6bfad25ae4437473535d65e2"
34
34
  }