Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewland committed May 11, 2011
1 parent eb9fb2e commit 70790f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions knife-github-cookbooks.gemspec
Expand Up @@ -19,4 +19,5 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency "launchy", "~> 0.4.0"
s.add_dependency "chef", "~> 0.10.0"
end
2 changes: 1 addition & 1 deletion lib/knife-github-cookbooks/version.rb
@@ -1,6 +1,6 @@
module Knife
module GithubCookbooks
VERSION = "0.1.1"
VERSION = "0.1.2"
MAJOR, MINOR, TINY = VERSION.split('.')
end
end

0 comments on commit 70790f3

Please sign in to comment.