Skip to content

Commit aa03538

Browse files
committed
v2.3.0
1 parent 406da3d commit aa03538

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dodona/dolos",
3-
"version": "2.2.4",
3+
"version": "2.3.0",
44
"description": "Code similarity detection based on the Winnowing algorithm",
55
"main": "dist/index.js",
66
"engines": {
@@ -37,8 +37,8 @@
3737
"typescript": "4.9.5"
3838
},
3939
"dependencies": {
40-
"@dodona/dolos-lib": "2.2.4",
41-
"@dodona/dolos-web": "2.2.4",
40+
"@dodona/dolos-lib": "2.3.0",
41+
"@dodona/dolos-web": "2.3.0",
4242
"@elm-tooling/tree-sitter-elm": "^5.6.0",
4343
"chalk": "^4.1.1",
4444
"cliui": "^8.0.0",

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM node:18-alpine3.16
2-
ARG dolos_version=2.2.4
2+
ARG dolos_version=2.3.0
33

44
# node-gyp needs python3 and a compiler to build tree-sitter
55
RUN apk --no-cache add python3 build-base &&\

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dolos-docs",
3-
"version": "2.2.4",
3+
"version": "2.3.0",
44
"description": "Dolos source code plagiarism detection: information & documentation",
55
"authors": {
66
"name": "Team Dodona",

lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dodona/dolos-lib",
3-
"version": "2.2.4",
3+
"version": "2.3.0",
44
"main": "dist/index.js",
55
"description": "Code similarity detection based on the Winnowing algorithm",
66
"types": "dist/index.d.ts",

web/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dodona/dolos-web",
33
"description": "Web UI for the Dolos plagiarism detection tool.",
4-
"version": "2.2.4",
4+
"version": "2.3.0",
55
"main": "dist/index.html",
66
"scripts": {
77
"dev": "vue-cli-service serve",
@@ -45,7 +45,7 @@
4545
"vuetify-loader": "1.9.2"
4646
},
4747
"dependencies": {
48-
"@dodona/dolos-lib": "2.2.4",
48+
"@dodona/dolos-lib": "2.3.0",
4949
"@mdi/font": "^7.0.96",
5050
"@vueuse/core": "^10.0.0",
5151
"axios": "^1.0.0",

0 commit comments

Comments
 (0)