Skip to content

Commit

Permalink
v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rien committed Mar 4, 2024
1 parent fa0aefc commit beb7eea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dodona/dolos",
"version": "2.5.0",
"version": "2.5.1",
"description": "Code similarity detection based on the Winnowing algorithm",
"type": "module",
"export": "./dist/index.js",
Expand Down Expand Up @@ -36,8 +36,8 @@
"typescript": "5.2.2"
},
"dependencies": {
"@dodona/dolos-lib": "3.1.0",
"@dodona/dolos-web": "2.5.0",
"@dodona/dolos-lib": "3.1.1",
"@dodona/dolos-web": "2.5.1",
"chalk": "^5.3.0",
"cliui": "^8.0.1",
"commander": "^11.1.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.5.0
ARG dolos_version=2.5.1

# node-gyp needs python3 and a compiler to build tree-sitter
RUN apk --no-cache add python3 build-base unzip &&\
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dodona/dolos-lib",
"version": "3.1.0",
"version": "3.1.1",
"exports": "./dist/index.js",
"type": "module",
"description": "Code similarity detection based on the Winnowing algorithm",
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.5.0",
"version": "2.5.1",
"homepage": "https://dolos.ugent.be",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit beb7eea

Please sign in to comment.