Skip to content

Commit

Permalink
Bump version to 0.13.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristandunn committed Jan 16, 2014
1 parent f21d0ea commit 4e1775f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.markdown
@@ -1,6 +1,6 @@
# Changelog # Changelog


## 0.13.0 — Unreleased ## 0.13.0 — January 15, 2014


* Remove deprecated configuration options. (Tristan Dunn) * Remove deprecated configuration options. (Tristan Dunn)
* Update the Pusher JS client to version 2.1.6. (Tristan Dunn) * Update the Pusher JS client to version 2.1.6. (Tristan Dunn)
Expand Down
2 changes: 1 addition & 1 deletion lib/pusher-fake.rb
Expand Up @@ -6,7 +6,7 @@


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


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

0 comments on commit 4e1775f

Please sign in to comment.