From d03011551a0100181bafac894421c3d6e8fa98b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vale=CC=81rian=20Saliou?= Date: Sat, 19 Jul 2014 13:50:55 +0200 Subject: [PATCH] v0.7.1 release --- CHANGELOG.md | 7 ++++--- Gruntfile.js | 1 + package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) 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",