Skip to content

Commit fc86c0c

Browse files
author
Beau VanDenburgh
committed
Release: v2.0.0
1 parent 98d6b22 commit fc86c0c

File tree

3 files changed

+5
-108
lines changed

3 files changed

+5
-108
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "Project-Delta",
2+
"name": "project-delta",
33
"description": "Use MathQuill to type out notes for math",
4-
"version": "1.0.0",
4+
"version": "2.0.0",
55
"private": true,
66
"author": "Beau <[email protected]>",
77
"main": "electron ./src",
@@ -21,4 +21,4 @@
2121
"devDependencies": {
2222
"electron-wix-msi": "^1.3.0"
2323
}
24-
}
24+
}

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "project-delta",
3-
"version": "1.4.3",
3+
"version": "2.0.0",
44
"main": "main.js",
55
"dependencies": {
66
"bootstrap": "^3.3.7",
77
"jquery": "3.1.1",
88
"mathquill": "^0.10.1-a"
99
}
10-
}
10+
}

winstall.js

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)