Skip to content

Commit

Permalink
Raise version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phpfs committed Apr 8, 2021
1 parent 9d2bea0 commit d11a0ea
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 72 deletions.
52 changes: 28 additions & 24 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "snowman-app",
"author": "Snowman Team",
"description": "Compare data matching algorithms with each other",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"homepage": "./",
"scripts": {
Expand Down
90 changes: 47 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "snowman",
"author": "Snowman Team",
"description": "Compare data matching algorithms with each other",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"repository": "https://github.com/HPI-Information-Systems/snowman",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions wrapper/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "snowman-wrapper",
"author": "Snowman Team",
"description": "Compare data matching algorithms with each other",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"main": "dist/main.js",
"scripts": {
Expand Down

0 comments on commit d11a0ea

Please sign in to comment.