diff --git a/app/package.json b/app/package.json index cf216e0c..162a7eb3 100644 --- a/app/package.json +++ b/app/package.json @@ -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", diff --git a/package.json b/package.json index 7bfb2d6f..f17013cb 100644 --- a/package.json +++ b/package.json @@ -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\"", diff --git a/wrapper/package.json b/wrapper/package.json index 46ea537a..4359a737 100644 --- a/wrapper/package.json +++ b/wrapper/package.json @@ -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",