Skip to content

Commit

Permalink
Append "-devel" to version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Feb 28, 2013
1 parent 87c9b5a commit 87645bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "jssip",
"title": "JsSIP",
"description": "the Javascript SIP library",
"version": "0.3.0",
"version": "0.3.0-devel",
"homepage": "http://jssip.net",
"author": "José Luis Millán <jmillan@aliax.net>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion src/head.js
Expand Up @@ -15,7 +15,7 @@ var JsSIP = (function() {
"use strict";
var
productName = 'JsSIP',
productVersion = '0.3.0';
productVersion = '0.3.0-devel';

return {
name: function() {
Expand Down

0 comments on commit 87645bd

Please sign in to comment.