Prepare release 0.5.0

This commit is contained in:
jdescottes 2015-04-26 22:01:06 +02:00
parent 5fbadc0d80
commit aa79919496
2 changed files with 4 additions and 3 deletions

View File

@ -218,6 +218,7 @@ module.exports = function(grunt) {
},
nodewebkit: {
options: {
version : "0.11.5",
build_dir: './dest/desktop/', // destination folder of releases.
mac: true,
win: true,
@ -256,4 +257,5 @@ module.exports = function(grunt) {
// Start webserver on src folder, in debug mode
grunt.registerTask('serve-debug', ['express:debug', 'open:debug', 'express-keepalive']);
grunt.registerTask('play', ['serve-debug']);
};

View File

@ -3,7 +3,7 @@
"name": "piskel",
"main": "./dest/index.html",
"description": "Web based 2d animations editor",
"version": "0.4.2",
"version": "0.5.0",
"homepage": "http://github.com/juliandescottes/piskel",
"repository": {
"type": "git",
@ -34,8 +34,7 @@
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"load-grunt-tasks": "^3.1.0",
"nodewebkit": "^0.11.6"
"load-grunt-tasks": "^3.1.0"
},
"window": {
"title": "Piskel",