Skip to content

Commit beb7eea

Browse files
committed
v2.5.1
1 parent fa0aefc commit beb7eea

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dodona/dolos",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "Code similarity detection based on the Winnowing algorithm",
55
"type": "module",
66
"export": "./dist/index.js",
@@ -36,8 +36,8 @@
3636
"typescript": "5.2.2"
3737
},
3838
"dependencies": {
39-
"@dodona/dolos-lib": "3.1.0",
40-
"@dodona/dolos-web": "2.5.0",
39+
"@dodona/dolos-lib": "3.1.1",
40+
"@dodona/dolos-web": "2.5.1",
4141
"chalk": "^5.3.0",
4242
"cliui": "^8.0.1",
4343
"commander": "^11.1.0",

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM node:20-alpine3.17
2-
ARG dolos_version=2.5.0
2+
ARG dolos_version=2.5.1
33

44
# node-gyp needs python3 and a compiler to build tree-sitter
55
RUN apk --no-cache add python3 build-base unzip &&\

lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dodona/dolos-lib",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"exports": "./dist/index.js",
55
"type": "module",
66
"description": "Code similarity detection based on the Winnowing algorithm",

web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dodona/dolos-web",
33
"description": "Web UI for the Dolos plagiarism detection tool.",
4-
"version": "2.5.0",
4+
"version": "2.5.1",
55
"homepage": "https://dolos.ugent.be",
66
"license": "MIT",
77
"type": "module",

0 commit comments

Comments
 (0)