Skip to content

Commit

Permalink
Release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginty committed May 23, 2010
1 parent 5e5f657 commit 8b910a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cranky.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class Cranky

VERSION = "0.0.2"
VERSION = "0.0.3"

# Dir.glob("#{File.expand_path(File.dirname(__FILE__))}/*.rb").each do |file|
# require file
Expand Down
2 changes: 1 addition & 1 deletion rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ end

# Push to github
task :push do
system "git push origin master"
system "git push --tags origin master"
end

task :build do
Expand Down

0 comments on commit 8b910a4

Please sign in to comment.