Skip to content

Commit

Permalink
1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstjules committed Mar 31, 2014
1 parent 1c5f8ca commit b66bc7f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
### 1.0.0 (2014-03-30)

* Fixed Socket.IO example

### 0.0.4 (2014-03-15)

* Added SockJS and Socket.IO examples
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -35,7 +35,7 @@ your `package.json` file:

```
"dependencies": {
"node-internal-pubsub": ">0.0.3"
"node-internal-pubsub": "1.0.x"
}
```

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "node-internal-pubsub",
"version": "0.0.4",
"version": "1.0.0",
"description": "A publish/subscribe API similar to that in node_redis, minus the redis",
"keywords": ["publish", "subscribe", "pub", "sub", "pubsub", "message",
"channel"],
Expand All @@ -13,7 +13,7 @@
"url": "https://github.com/danielstjules/node-internal-pubsub.git"
},
"dependencies": {
"pattern-emitter": "1.x.x"
"pattern-emitter": "1.0.x"
},
"devDependencies": {
"mocha": "*",
Expand Down

0 comments on commit b66bc7f

Please sign in to comment.