Skip to content

Commit 9db17e2

Browse files
author
Jannes Magnusson
committed
update version
1 parent 0e6f559 commit 9db17e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "joplin-plugin-zotero-link",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"scripts": {
55
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
66
"prepare": "npm run dist",
@@ -30,4 +30,4 @@
3030
"dependencies": {
3131
"@types/codemirror": "^5.60.15"
3232
}
33-
}
33+
}

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": "nz.magnusso.zotero-link",
44
"app_min_version": "2.12",
5-
"version": "1.1.0",
5+
"version": "1.1.1",
66
"name": "Zotero Link",
77
"description": "Link Zotero entries in notes",
88
"author": "Jannes Magnusson",

0 commit comments

Comments
 (0)