Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scothis committed May 6, 2014
1 parent 9985365 commit 526ebe3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ msgs.js is made available under the MIT license. See LICENSE.txt for details.
Change Log
----------

.next
0.4.0
- topic based channels using the form 'channelName!topic' anywhere a channel is resolved by name
- STOMP - support for subscribing to remote topics
- exchangeChannel providing basic subscription within a channel for topics
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "msgs",
"version": "0.4.0-pre",
"version": "0.4.0",
"main": "./msgs.js",
"dependencies": {
"when": "~3"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "msgs",
"version": "0.4.0-pre",
"version": "0.4.0",
"description": "Message oriented programming for JavaScript",
"keywords": ["msgs", "message", "channel", "integration", "eip", "enterprise integration patterns", "cujojs", "spring", "springsource"],
"licenses": [
Expand Down

0 comments on commit 526ebe3

Please sign in to comment.