Skip to content

Commit

Permalink
Bump version to 0.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Jul 21, 2010
1 parent 4a7976e commit b45f05d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions History.txt
@@ -1,3 +1,8 @@
=== 0.5.1 / 2010-07-21

* Fix a publishing problem in Ruby LocalTransport


=== 0.5.0 / 2010-07-17

* Handle multiple event listeners bound to a channel
Expand Down
2 changes: 1 addition & 1 deletion lib/faye.rb
Expand Up @@ -5,7 +5,7 @@
require 'json'

module Faye
VERSION = '0.5.0'
VERSION = '0.5.1'

ROOT = File.expand_path(File.dirname(__FILE__))

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
, "keywords" : ["comet", "websocket", "pubsub", "bayeux", "ajax", "http"]
, "author" : "James Coglan <jcoglan@gmail.com>"

, "version" : "0.5.0"
, "version" : "0.5.1"
, "engines" : {"node": ">=0.1.96"}
, "main" : "./faye-node"

Expand Down
6 changes: 3 additions & 3 deletions site/src/pages/download.haml
Expand Up @@ -2,7 +2,7 @@
:textile
h3. Download Faye

The latest version is 0.5.0, released July 17 2010. It is open-source
The latest version is 0.5.1, released July 21 2010. It is open-source
software, released under the MIT license. You can follow development
on Faye's "GitHub page":http://github.com/jcoglan/faye.

Expand All @@ -16,8 +16,8 @@

Alternatively you can grab the latest release package:

<a href="/assets/faye.0-5-0.zip" onclick="trackDownload('0.5.0')">
Download JavaScript version 0.5.0
<a href="/assets/faye.0-5-1.zip" onclick="trackDownload('0.5.1')">
Download JavaScript version 0.5.1
</a>

The above package contains two files:
Expand Down

0 comments on commit b45f05d

Please sign in to comment.