Skip to content

Commit 573e56d

Browse files
committed
fix version number
1 parent 28f95b6 commit 573e56d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-snippets",
33
"productName": "CodeSnippets",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"description": "A lightweight app to keep track of code snippets",
66
"license": "MIT",
77
"repository": "aaronduino/code-snippets",
@@ -26,7 +26,9 @@
2626
],
2727
"dependencies": {
2828
"copy-to-clipboard": "^3.0.8",
29-
"electron-debug": "^1.4.0"
29+
"electron-debug": "^1.4.0",
30+
"electron-updater": "^2.16.1",
31+
"yarn": "^1.2.1"
3032
},
3133
"devDependencies": {
3234
"devtron": "^1.4.0",

0 commit comments

Comments
 (0)