Skip to content

Commit

Permalink
Increment version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phpfs committed Mar 2, 2021
1 parent bb3817d commit 5773107
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
"name": "snowman-app",
"author": "Snowman Team",
"description": "Compare data matching algorithms with each other",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"homepage": "./",
"private": true,
"dependencies": {
"@ionic/react": "^5.0.7",
"@ionic/react-router": "^5.0.7",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "snowman",
"author": "Snowman Team",
"description": "Compare data matching algorithms with each other",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"private": true,
"repository": "https://github.com/HPI-Information-Systems/snowman",
"scripts": {
"eslint": "eslint --ext .ts,.tsx .",
"csslint": "stylelint \"./app/src/**/*.css\"",
Expand Down
3 changes: 1 addition & 2 deletions wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
"name": "snowman-wrapper",
"author": "Snowman Team",
"description": "Compare data matching algorithms with each other",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"private": true,
"main": "dist/main.js",
"scripts": {
"erebuild": "run-script-os",
Expand Down

0 comments on commit 5773107

Please sign in to comment.