Skip to content

Commit

Permalink
update version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
blurymind committed Jan 21, 2019
1 parent c50b77c commit f395bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "yarn",
"version": "0.3.2",
"version": "0.3.5",
"main": "main.js",
"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",
"scripts": {
"start": "electron .",
"build": "build",
"build": "build --win",
"ship": "build --win --linux",
"release": "build"
},
Expand Down

0 comments on commit f395bed

Please sign in to comment.