Skip to content

Commit

Permalink
Bump to version 1.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristandunn committed Apr 2, 2019
1 parent 21af4a4 commit 7bd5df7
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.12.0 — Unreleased
## 1.12.0 — April 2, 2019

* Add webhooks options to binary. (nytai)
* Update development and test 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 @@ -7,7 +7,7 @@
# A Pusher fake.
module PusherFake
# The current version string.
VERSION = "1.11.0".freeze
VERSION = "1.12.0".freeze

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

0 comments on commit 7bd5df7

Please sign in to comment.