Skip to content

Commit 7257f8d

Browse files
committed
Release v2.1.2
1 parent 19b6f58 commit 7257f8d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

jendeley-backend/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.

jendeley-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "2.1.1",
6+
"version": "2.1.2",
77
"description": "",
88
"main": "index.js",
99
"bin": {

jendeley-backend/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const JENDELEY_VERSION = "2.1.1";
1+
const JENDELEY_VERSION = "2.1.2";
22
const JENDELEY_NO_TRACK = "[jendeley no track]";
33
const JENDELEY_NO_ID = "[jendeley no id]";
44
const ENTRY_ID_TYPE = "idType";

jendeley-frontend/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const JENDELEY_VERSION = "2.1.1";
1+
const JENDELEY_VERSION = "2.1.2";
22
const JENDELEY_NO_TRACK = "[jendeley no track]";
33
const JENDELEY_NO_ID = "[jendeley no id]";
44
const ENTRY_ID_TYPE = "idType";

0 commit comments

Comments
 (0)