Skip to content

Commit d7198d7

Browse files
committed
chore(release): 2.1.0
1 parent 72b9986 commit d7198d7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "joplin-plugin-copy-code-blocks",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"scripts": {
55
"dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
66
"prepare": "npm run dist",

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 1,
33
"id": "com.joplin.copy.codeBlocks",
44
"app_min_version": "3.3.5",
5-
"version": "2.0.0",
5+
"version": "2.1.0",
66
"name": "Copy Code Blocks",
77
"description": "Add a copy button to the code blocks.",
88
"author": "Light",

0 commit comments

Comments
 (0)