Skip to content

Commit

Permalink
Bump version to 0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristandunn committed Mar 29, 2012
1 parent b612349 commit 35a85c6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.markdown
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog # Changelog


## 0.1.1 — Unreleased ## 0.1.1 — March 29, 2012


* Added support for parametric app_id in configuration and application server. (Alessandro Morandi) * Added support for parametric app_id in configuration and application server. (Alessandro Morandi)
* Upgraded the Pusher JS client to version 1.11.2. (Tristan Dunn) * Upgraded the Pusher JS client to version 1.11.2. (Tristan Dunn)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
pusher-fake (0.1.0) pusher-fake (0.1.1)
em-websocket (= 0.3.6) em-websocket (= 0.3.6)
ruby-hmac (= 0.4.0) ruby-hmac (= 0.4.0)
thin (= 1.3.1) thin (= 1.3.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/pusher-fake.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


module PusherFake module PusherFake
# The current version string. # The current version string.
VERSION = "0.1.0" VERSION = "0.1.1"


# Call this method to modify the defaults. # Call this method to modify the defaults.
# #
Expand Down
2 changes: 1 addition & 1 deletion pusher-fake.gemspec
Original file line number Original file line Diff line number Diff line change
@@ -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.1.0" s.version = "0.1.1"
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 35a85c6

Please sign in to comment.