Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rien committed Jul 8, 2023
1 parent 406da3d commit aa03538
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.2.4",
"version": "2.3.0",
"description": "Code similarity detection based on the Winnowing algorithm",
"main": "dist/index.js",
"engines": {
Expand Down Expand Up @@ -37,8 +37,8 @@
"typescript": "4.9.5"
},
"dependencies": {
"@dodona/dolos-lib": "2.2.4",
"@dodona/dolos-web": "2.2.4",
"@dodona/dolos-lib": "2.3.0",
"@dodona/dolos-web": "2.3.0",
"@elm-tooling/tree-sitter-elm": "^5.6.0",
"chalk": "^4.1.1",
"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:18-alpine3.16
ARG dolos_version=2.2.4
ARG dolos_version=2.3.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": "2.2.4",
"version": "2.3.0",
"description": "Dolos source code plagiarism detection: information & documentation",
"authors": {
"name": "Team Dodona",
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": "2.2.4",
"version": "2.3.0",
"main": "dist/index.js",
"description": "Code similarity detection based on the Winnowing algorithm",
"types": "dist/index.d.ts",
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": "2.2.4",
"version": "2.3.0",
"main": "dist/index.html",
"scripts": {
"dev": "vue-cli-service serve",
Expand Down Expand Up @@ -45,7 +45,7 @@
"vuetify-loader": "1.9.2"
},
"dependencies": {
"@dodona/dolos-lib": "2.2.4",
"@dodona/dolos-lib": "2.3.0",
"@mdi/font": "^7.0.96",
"@vueuse/core": "^10.0.0",
"axios": "^1.0.0",
Expand Down

0 comments on commit aa03538

Please sign in to comment.