Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rien committed Aug 19, 2021
1 parent 3a85103 commit ee42bde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dodona/dolos",
"version": "1.2.0",
"version": "1.2.1",
"description": "Code similarity detection based on the Winnowing algorithm",
"types": "dist/dolos.d.ts",
"bin": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"tree-sitter-python": "^0.19.0"
},
"optionalDependencies": {
"@dodona/dolos-web": "1.2.0"
"@dodona/dolos-web": "1.2.1"
},
"bugs": {
"url": "https://github.com/dodona-edu/dolos/issues"
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.2.0",
"version": "1.2.1",
"main": "dist/index.html",
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit ee42bde

Please sign in to comment.