Skip to content

Commit f395bed

Browse files
committed
update version in package.json
1 parent c50b77c commit f395bed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "yarn",
3-
"version": "0.3.2",
3+
"version": "0.3.5",
44
"main": "main.js",
55
"description": "Dialogue editor created for \"Night in the Woods\" (and other projects) by @NoelFB and @infinite_ammo with contributions from @seiyria and @beeglebug. It is heavily inspired by and based on the amazing Twine software: http://twinery.org/. This version has been ported over to Electron and extended with further functionality by Todor Imreorov",
66
"scripts": {
77
"start": "electron .",
8-
"build": "build",
8+
"build": "build --win",
99
"ship": "build --win --linux",
1010
"release": "build"
1111
},

0 commit comments

Comments
 (0)