Skip to content

Commit

Permalink
v0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Jul 19, 2014
1 parent 599bcdb commit d030115
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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']
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",

Expand Down

0 comments on commit d030115

Please sign in to comment.