Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rien committed Nov 25, 2021
1 parent 8ef4efa commit a01be36
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.3.0",
"version": "1.4.0",
"description": "Code similarity detection based on the Winnowing algorithm",
"main": "dist/cli.js",
"bin": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"typescript": "^4.3.2"
},
"dependencies": {
"@dodona/dolos-lib": "1.3.0",
"@dodona/dolos-lib": "1.4.0",
"chalk": "^4.1.1",
"cliui": "^7.0.4",
"commander": "^8.1.0",
Expand All @@ -56,7 +56,7 @@
"tree-sitter-python": "^0.19.0"
},
"optionalDependencies": {
"@dodona/dolos-web": "1.3.0"
"@dodona/dolos-web": "1.4.0"
},
"bugs": {
"url": "https://github.com/dodona-edu/dolos/issues"
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:16-alpine3.14
ARG dolos_version=1.3.0
ARG dolos_version=1.4.0

# 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.3.0",
"version": "1.4.0",
"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.3.0",
"version": "1.4.0",
"main": "dist/dolos.js",
"description": "Code similarity detection based on the Winnowing algorithm",
"types": "dist/dolos.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.3.0",
"version": "1.4.0",
"description": "Prototype Dolos server",
"main": "index.ts",
"license": "MIT",
Expand All @@ -23,9 +23,9 @@
"typescript": "^4.3.2"
},
"dependencies": {
"@dodona/dolos": "1.3.0",
"@dodona/dolos-web": "1.3.0",
"@dodona/dolos-lib": "1.3.0",
"@dodona/dolos": "1.4.0",
"@dodona/dolos-web": "1.4.0",
"@dodona/dolos-lib": "1.4.0",
"eta": "^1.12.3",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
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": "1.3.0",
"version": "1.4.0",
"main": "dist/index.html",
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit a01be36

Please sign in to comment.