Skip to content

Commit

Permalink
Release version 0.0.3
Browse files Browse the repository at this point in the history
Change-Id: Id696f1af030f60f7a02ed15fc9cce0bc7e9d3a95
Reviewed-on: http://gerrit.causes.com/35713
Reviewed-by: Shane da Silva <[email protected]>
Tested-by: Tom Dooner <[email protected]>
  • Loading branch information
Tom Dooner committed Feb 24, 2014
1 parent 2f63068 commit 5d59ff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### master (unreleased)
### 0.0.3

* Require listeners to be registered with the name of a class instead of the
constant itself, i.e. `'Constant'` instead of `Constant`.
Expand Down
2 changes: 1 addition & 1 deletion lib/pubsubhub.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
class PubSubHub
include Singleton

VERSION = '0.0.2'
VERSION = '0.0.3'

class << self
extend Forwardable
Expand Down

0 comments on commit 5d59ff9

Please sign in to comment.