diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b26999..e493d8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,11 @@ JSJaCJingle.js Changelog Here's the log of what has changed over the JSJaCJingle.js releases. -v0.8.0 (Development) --------------------- +v0.7.1 (Jul 19, 2014) +--------------------- - * (...) + * **In a nutshell** + * **Quick build task** added to Gruntfile @valeriansaliou v0.7.0 (Jun 24, 2014) diff --git a/Gruntfile.js b/Gruntfile.js index 79b1793..68d638a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -13,6 +13,7 @@ module.exports = function(grunt) { // Map tasks var GRUNT_TASKS_BUILD = { main: ['clean:reset', 'bower:install', 'concat', 'copy', 'uglify', 'jsdoc', 'clean:temporary'], + quick: ['clean:reset', 'bower:install', 'concat', 'copy', 'clean:temporary'], dev: ['clean:temporary', 'bower:install', 'concat', 'copy', 'clean:temporary'], test: ['clean:temporary', 'bower:install', 'concat', 'copy', 'clean:temporary'] }; diff --git a/package.json b/package.json index fb9f29c..90a5ab1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jsjac-jingle", "description": "JSJaC Jingle library, implementation of XEP-0166.", - "version": "0.8.0", + "version": "0.7.1", "homepage": "https://github.com/valeriansaliou/jsjac-jingle", "license": "MPL 2.0",