joplin-plugin-click-to-copy 1.1.1 → 1.1.2

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
@@ -2,7 +2,7 @@
2
2
 
3
3
  This Joplin plugin allows you to create inline click-to-copy text spans.
4
4
 
5
- **Version**: 1.1.1
5
+ **Version**: 1.1.2
6
6
 
7
7
  ## Installation
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-click-to-copy",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
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",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "manifest_version": 1,
3
- "id": "joplin-plugin-click-to-copy-span",
3
+ "id": "com.joplin.click.to.copy",
4
4
  "app_min_version": "3.2",
5
- "version": "1.1.1",
5
+ "version": "1.1.2",
6
6
  "name": "Click to copy",
7
7
  "description": "Create text spans which are click-to-copy.",
8
8
  "author": "ntczkjfg",
@@ -20,6 +20,6 @@
20
20
  "desktop",
21
21
  "mobile"
22
22
  ],
23
- "_publish_hash": "sha256:83a592189694e25d7158012a2c87e3bfc774f54036d976e62f916d2f7407e0f4",
23
+ "_publish_hash": "sha256:be2e1b6302ed7c998caf18dd4859aa721e3dee77948d94c01ef7e5ac396793c8",
24
24
  "_publish_commit": "master:19779ee16bce6da9b98198364bd6fe95611d49c1"
25
25
  }