Skip to content

Commit

Permalink
0.1.47
Browse files Browse the repository at this point in the history
  • Loading branch information
s-a committed Dec 28, 2016
1 parent 0acc775 commit ca6ce92
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
Expand Up @@ -2,7 +2,7 @@
"name": "sulu",
"stability": "beta",
"description": "A hackable file manager",
"version": "0.1.46",
"version": "0.1.47",
"author": "Stephan Ahlf <[email protected]>",
"bugs": {
"url": "https://github.com/s-a/sulu/issues"
Expand Down Expand Up @@ -34,7 +34,7 @@
"postinstall": "cd app && npm install",
"build-windows--ia32": "node lib/build.js --os windows --arch ia32",
"build-windows--x64": "node lib/build.js --os windows --arch x64",
"build-windows": "npm run build-windows--ia32 && npm run build-windows--x64",
"build-windows": "npm run build-windows--ia32 && npm run build-windows--x64",
"build-linux--ia32": "node lib/build.js --os linux --arch ia32",
"build-linux--x64": "node lib/build.js --os linux --arch x64",
"build-linux": "npm run build-linux--ia32 && npm run build-linux--x64",
Expand Down

0 comments on commit ca6ce92

Please sign in to comment.