Skip to content

Commit

Permalink
2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckegg committed Oct 29, 2016
1 parent db38932 commit acf0ec2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"copyright": "© 2016, Secure Scuttlebutt Consortium",
"license": "GPL-3.0",
"main": "index.js",
"version": "2.11.0",
"version": "2.12.0",
"dependencies": {
"ssb-patchwork": "2.11.0"
"ssb-patchwork": "2.12.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"rcedit": "^0.3.0"
},
"scripts": {
"postinstall": "cd app && npm install",
"postinstall": "cd app && npm install && cd .. && npm run rebuild",
"rebuild": "cd app && npm rebuild --runtime=electron --target=1.4.2 --abi=50 --disturl=https://atom.io/download/atom-shell",
"release": "gulp release --env=production",
"start": "node ./tasks/start",
Expand All @@ -26,5 +26,5 @@
"dependencies": {
"mktemp": "^0.4.0"
},
"version": "2.11.0"
"version": "2.12.0"
}

0 comments on commit acf0ec2

Please sign in to comment.