Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rien committed Feb 19, 2022
1 parent bd3cece commit 5d80a2c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 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": "1.5.0",
"version": "1.5.1",
"description": "Code similarity detection based on the Winnowing algorithm",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -39,8 +39,8 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@dodona/dolos-lib": "1.5.0",
"@dodona/dolos-web": "1.5.0",
"@dodona/dolos-lib": "1.5.1",
"@dodona/dolos-web": "1.5.1",
"chalk": "^4.1.1",
"cliui": "^7.0.4",
"commander": "^8.1.0",
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:16-alpine3.14
ARG dolos_version=1.5.0
FROM node:16-alpine3.15
ARG dolos_version=1.5.1

# 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 docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dolos-docs",
"version": "1.5.0",
"version": "1.5.1",
"description": "Dolos source code plagiarism detection: information & documentation",
"main": "index.js",
"authors": {
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": "1.5.0",
"version": "1.5.1",
"main": "dist/index.js",
"description": "Code similarity detection based on the Winnowing algorithm",
"types": "dist/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dolos-server",
"version": "1.5.0",
"version": "1.5.1",
"description": "Prototype Dolos server",
"main": "dist/index.js",
"license": "MIT",
Expand All @@ -24,9 +24,9 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@dodona/dolos": "1.5.0",
"@dodona/dolos-web": "1.5.0",
"@dodona/dolos-lib": "1.5.0",
"@dodona/dolos": "1.5.1",
"@dodona/dolos-web": "1.5.1",
"@dodona/dolos-lib": "1.5.1",
"eta": "^1.12.3",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
Expand Down
4 changes: 2 additions & 2 deletions 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": "1.5.0",
"version": "1.5.1",
"main": "dist/index.html",
"scripts": {
"serve": "vue-cli-service serve",
Expand Down Expand Up @@ -53,7 +53,7 @@
"vuex": "^3.6.2"
},
"dependencies": {
"@dodona/dolos-lib": "1.5.0"
"@dodona/dolos-lib": "1.5.1"
},
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit 5d80a2c

Please sign in to comment.