Skip to content

Commit

Permalink
build: prepare for first release
Browse files Browse the repository at this point in the history
  • Loading branch information
derikon committed Feb 18, 2021
1 parent d39be51 commit c243a40
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tactjam",
"version": "1.0.0",
"version": "0.1.0",
"description": "TactJam GUI that enables communicating with a TactJam device as well as saving and loading tacton data from a server.",
"homepage": "https://github.com/TactileVision/TactJam-client/",
"main": "build/main.js",
Expand All @@ -15,8 +15,8 @@
"compile:linux": "electron-builder --linux"
},
"keywords": [],
"author": "",
"license": "ISC",
"author": "Tactile Vision",
"license": "MIT",
"devDependencies": {
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
Expand Down Expand Up @@ -52,8 +52,8 @@
},
"build": {
"appId": "TactJam.GUI",
"productName": "TactJam 1.0.0",
"copyright": "Copyright © 2021 Tactile Vision",
"productName": "TactJam",
"copyright": "Copyright © 2021 Tactile Vision (MIT License)",
"files": [
"build/*",
"build/webpack-assets/*"
Expand All @@ -67,14 +67,14 @@
"icon": "build/icon.png"
},
"dmg": {
"title": "TactJam 1.0.0"
"title": "TactJam"
},
"linux": {
"target": [
"AppImage",
"tag.gz"
],
"executableName": "TactJam 1.0.0"
"executableName": "TactJam"
}
},
"repository": {
Expand Down

0 comments on commit c243a40

Please sign in to comment.