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 # PeerServer Changelog
### 0.2.4 ### 0.2.5
* Takes a `path` option, which the peer server will append PeerJS routes to. * Takes a `path` option, which the peer server will append PeerJS routes to.
* Add support for configurable server IP address. * Add support for configurable server IP address.

View File

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