Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Bump version to 1.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmycuadra committed Sep 16, 2016
1 parent 6ee1f15 commit f8555c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lita-slack.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "lita-slack"
spec.version = "1.7.2"
spec.version = "1.8.0"
spec.authors = ["Ken J.", "Jimmy Cuadra"]
spec.email = ["[email protected]", "[email protected]"]
spec.description = %q{Lita adapter for Slack.}
Expand All @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "eventmachine"
spec.add_runtime_dependency "faraday"
spec.add_runtime_dependency "faye-websocket", ">= 0.8.0"
spec.add_runtime_dependency "lita", ">= 4.7.0"
spec.add_runtime_dependency "lita", ">= 4.7.1"
spec.add_runtime_dependency "multi_json"

spec.add_development_dependency "bundler", "~> 1.3"
Expand Down

0 comments on commit f8555c0

Please sign in to comment.