Version already used

This commit is contained in:
Michelle Bu 2014-04-13 22:36:23 -07:00
parent 39871a5af8
commit 8f513dfe3c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# PeerServer Changelog
### 0.2.4
### 0.2.5
* Takes a `path` option, which the peer server will append PeerJS routes to.
* Add support for configurable server IP address.

View File

@ -1,6 +1,6 @@
{
"name": "peer",
"version": "0.2.4",
"version": "0.2.5",
"description": "PeerJS server component",
"main": "lib/server.js",
"bin": {