Skip to content

Commit

Permalink
Bump version to 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristandunn committed Jun 9, 2014
1 parent 3164471 commit 333bd7c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.1 — June 9th, 2014

* Update the Pusher JS client to version 2.2.2. (Tristan Dunn)

## 1.0.0 — June 7th, 2014

* Double encode JSON data to match Pusher. (Tristan Dunn, Adrien Jarthon)
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 = "1.0.0"
VERSION = "1.0.1"

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 = "1.0.0"
s.version = "1.0.1"
s.platform = Gem::Platform::RUBY
s.authors = ["Tristan Dunn"]
s.email = "hello@tristandunn.com"
Expand Down

0 comments on commit 333bd7c

Please sign in to comment.