Skip to content

Commit

Permalink
Bump version to 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristandunn committed Aug 9, 2014
1 parent aaab1ac commit ab2a878
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

## 1.2.0 — Unreleased
## 1.2.0 — August 9th, 2014

* Default socket and web ports to available ports. (Tristan Dunn)
* Update development dependencies. (Tristan Dunn)
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.1.0"
VERSION = "1.2.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 = "1.1.0"
s.version = "1.2.0"
s.platform = Gem::Platform::RUBY
s.authors = ["Tristan Dunn"]
s.email = "hello@tristandunn.com"
Expand Down

0 comments on commit ab2a878

Please sign in to comment.