Skip to content

Commit

Permalink
Bump version to 0.14.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristandunn committed Feb 20, 2014
1 parent 1a0a74c commit b708334
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.14.0 — Unreleased
## 0.14.0 — February 19th, 2014

* Handle pusher:ping events from client. (Mark Thorn)
* Avoid issue when removing unsubscribed connection from presence channel. (Mark Thorn)
Expand Down
2 changes: 1 addition & 1 deletion lib/pusher-fake.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

module PusherFake
# The current version string.
VERSION = "0.13.0"
VERSION = "0.14.0"

autoload :Channel, "pusher-fake/channel"
autoload :Configuration, "pusher-fake/configuration"
Expand Down
2 changes: 1 addition & 1 deletion pusher-fake.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "pusher-fake"
s.version = "0.13.0"
s.version = "0.14.0"
s.platform = Gem::Platform::RUBY
s.authors = ["Tristan Dunn"]
s.email = "hello@tristandunn.com"
Expand Down

0 comments on commit b708334

Please sign in to comment.