diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index e793882..6ead088 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,6 +1,6 @@ # Changelog -## 0.10.0 — Unreleased +## 0.10.0 — August 26, 2013 * Resolve dependency issue. (Tristan Dunn) * Update the Pusher JS client to version 2.1.2. (Tristan Dunn) diff --git a/lib/pusher-fake.rb b/lib/pusher-fake.rb index cb725e1..ad31b9c 100644 --- a/lib/pusher-fake.rb +++ b/lib/pusher-fake.rb @@ -16,7 +16,7 @@ module PusherFake # The current version string. - VERSION = "0.9.0" + VERSION = "0.10.0" # Call this method to modify the defaults. # diff --git a/pusher-fake.gemspec b/pusher-fake.gemspec index ce2afed..b4d0d3f 100644 --- a/pusher-fake.gemspec +++ b/pusher-fake.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "pusher-fake" - s.version = "0.9.0" + s.version = "0.10.0" s.platform = Gem::Platform::RUBY s.authors = ["Tristan Dunn"] s.email = "hello@tristandunn.com"