Skip to content

Commit 886abf0

Browse files
committed
v2.9.2
1 parent 79669ec commit 886abf0

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dodona/dolos",
3-
"version": "2.9.1",
3+
"version": "2.9.2",
44
"description": "Code similarity detection based on the Winnowing algorithm",
55
"type": "module",
66
"export": "./dist/index.js",
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@dodona/dolos-lib": "3.5.0",
39-
"@dodona/dolos-web": "2.9.1",
39+
"@dodona/dolos-web": "2.9.2",
4040
"chalk": "^5.3.0",
4141
"cliui": "^8.0.1",
4242
"commander": "^12.1.0",

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM node:22.10.0-alpine3.19
2-
ARG dolos_version=2.9.1
2+
ARG dolos_version=2.9.2
33

44
LABEL org.opencontainers.image.source https://github.com/dodona-edu/dolos
55

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
}:
66
buildNpmPackage rec {
77
pname = "dolos";
8-
version = "2.9.1";
8+
version = "2.9.2";
99

1010
src = ./.;
1111

12-
npmDepsHash = "sha256-xw4gzSJjr2o0TAQrhvZFU88cp1uUPmcahzJKAB39IvI=";
12+
npmDepsHash = "sha256-ksp5OstzK2a35kShQhmhCACZIFsaKkiuiu95oFSb1oc=";
1313

1414
npmWorkspace="cli";
1515

web/package.json

Lines changed: 1 addition & 1 deletion
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.9.1",
4+
"version": "2.9.2",
55
"homepage": "https://dolos.ugent.be",
66
"license": "MIT",
77
"type": "module",

0 commit comments

Comments
 (0)