Skip to content

Commit c7971f6

Browse files
committed
Release v2.5.0
1 parent ad5d4ca commit c7971f6

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.4.3",
6+
"version": "2.5.0",
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.4.3";
1+
const JENDELEY_VERSION = "2.5.0";
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.4.3";
1+
const JENDELEY_VERSION = "2.5.0";
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)