Skip to content

Commit

Permalink
This is no longer version "0.2.1" but "devel".
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Jan 30, 2013
1 parent f35376a commit f4f9cf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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": "jssip",
"title": "JsSIP",
"description": "Javascript SIP WebSocket library",
"version": "0.2.1",
"version": "devel",
"homepage": "http://jssip.net",
"author": "José Luis Millán <jmillan@aliax.net>",
"contributors": [
Expand All @@ -21,7 +21,7 @@
"library"
],
"devDependencies": {
"grunt": "0.3.12"
"grunt": "0.3.17"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion src/head.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var JsSIP = (function() {
"use strict";
var
productName = 'JsSIP',
productVersion = '0.2.1';
productVersion = 'devel';

return {
name: function() {
Expand Down

0 comments on commit f4f9cf3

Please sign in to comment.