Skip to content

Commit 263ad22

Browse files
committed
Bump versions
1 parent 45927b4 commit 263ad22

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dodona/dolos",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "Code similarity detection based on the Winnowing algorithm",
55
"type": "module",
66
"export": "./dist/index.js",
@@ -37,7 +37,7 @@
3737
},
3838
"dependencies": {
3939
"@dodona/dolos-lib": "3.0.0",
40-
"@dodona/dolos-web": "2.4.0",
40+
"@dodona/dolos-web": "2.4.1",
4141
"@elm-tooling/tree-sitter-elm": "^5.6.0",
4242
"chalk": "^5.0.0",
4343
"cliui": "^8.0.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.4.0
2+
ARG dolos_version=2.4.1
33

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

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.4.0",
4+
"version": "2.4.1",
55
"homepage": "https://dolos.ugent.be",
66
"license": "MIT",
77
"type": "module",

0 commit comments

Comments
 (0)