Skip to content

Commit c243a40

Browse files
committed
build: prepare for first release
1 parent d39be51 commit c243a40

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tactjam",
3-
"version": "1.0.0",
3+
"version": "0.1.0",
44
"description": "TactJam GUI that enables communicating with a TactJam device as well as saving and loading tacton data from a server.",
55
"homepage": "https://github.com/TactileVision/TactJam-client/",
66
"main": "build/main.js",
@@ -15,8 +15,8 @@
1515
"compile:linux": "electron-builder --linux"
1616
},
1717
"keywords": [],
18-
"author": "",
19-
"license": "ISC",
18+
"author": "Tactile Vision",
19+
"license": "MIT",
2020
"devDependencies": {
2121
"@material-ui/core": "^4.11.2",
2222
"@material-ui/icons": "^4.11.2",
@@ -52,8 +52,8 @@
5252
},
5353
"build": {
5454
"appId": "TactJam.GUI",
55-
"productName": "TactJam 1.0.0",
56-
"copyright": "Copyright © 2021 Tactile Vision",
55+
"productName": "TactJam",
56+
"copyright": "Copyright © 2021 Tactile Vision (MIT License)",
5757
"files": [
5858
"build/*",
5959
"build/webpack-assets/*"
@@ -67,14 +67,14 @@
6767
"icon": "build/icon.png"
6868
},
6969
"dmg": {
70-
"title": "TactJam 1.0.0"
70+
"title": "TactJam"
7171
},
7272
"linux": {
7373
"target": [
7474
"AppImage",
7575
"tag.gz"
7676
],
77-
"executableName": "TactJam 1.0.0"
77+
"executableName": "TactJam"
7878
}
7979
},
8080
"repository": {

0 commit comments

Comments
 (0)