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 0.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmycuadra committed Nov 10, 2014
1 parent 135bfa6 commit 0faff8d
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 = "0.1.1"
spec.version = "0.1.2"
spec.authors = ["Ken J."]
spec.email = ["[email protected]"]
spec.description = %q{Lita adapter for Slack.}
Expand All @@ -19,5 +19,5 @@ Gem::Specification.new do |spec|

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec", ">= 3.0.0.beta2"
spec.add_development_dependency "rspec", ">= 3.0.0"
end

0 comments on commit 0faff8d

Please sign in to comment.