Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rien committed Oct 23, 2023
1 parent 4895dfe commit b8f062e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dodona/dolos",
"version": "2.4.1",
"version": "2.4.2",
"description": "Code similarity detection based on the Winnowing algorithm",
"type": "module",
"export": "./dist/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@dodona/dolos-lib": "3.0.0",
"@dodona/dolos-web": "2.4.1",
"@dodona/dolos-web": "2.4.2",
"@elm-tooling/tree-sitter-elm": "^5.6.0",
"chalk": "^5.0.0",
"cliui": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:20-alpine3.17
ARG dolos_version=2.4.1
ARG dolos_version=2.4.2

# node-gyp needs python3 and a compiler to build tree-sitter
RUN apk --no-cache add python3 build-base &&\
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dodona/dolos-web",
"description": "Web UI for the Dolos plagiarism detection tool.",
"version": "2.4.1",
"version": "2.4.2",
"homepage": "https://dolos.ugent.be",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit b8f062e

Please sign in to comment.