Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bumped version
  • Loading branch information
derekcollison committed Sep 22, 2012
1 parent e9fed66 commit 451305e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
nats (0.4.26)
nats (0.4.28)
daemons (>= 1.1.5)
eventmachine (= 0.12.10)
json_pure (>= 1.7.3)
Expand Down
6 changes: 5 additions & 1 deletion HISTORY.md
@@ -1,5 +1,10 @@
# HISTORY

## v0.4.28 (September 22, 2012)
- Binary payload bug fix
- Lock EM to version 0.12.10, 1.0 does not pass tests currently.
- See full list @ https://github.com/derekcollison/nats/compare/v0.4.26...v0.4.28

## v0.4.26 (July 30, 2012)
- Syslog support
- Fixed reconnect bug to authorized servers
Expand Down Expand Up @@ -50,4 +55,3 @@
## v0.3.12 (Nov 21, 2010)

- Initial Release

3 changes: 1 addition & 2 deletions lib/nats/client.rb
Expand Up @@ -8,7 +8,7 @@

module NATS

VERSION = '0.4.26'.freeze
VERSION = '0.4.28'.freeze

DEFAULT_PORT = 4222
DEFAULT_URI = "nats://localhost:#{DEFAULT_PORT}".freeze
Expand Down Expand Up @@ -631,4 +631,3 @@ def inspect #:nodoc:
end

end

2 changes: 1 addition & 1 deletion lib/nats/server/const.rb
@@ -1,7 +1,7 @@

module NATSD #:nodoc:

VERSION = '0.4.26'
VERSION = '0.4.28'
APP_NAME = 'nats-server'

DEFAULT_PORT = 4222
Expand Down

0 comments on commit 451305e

Please sign in to comment.