From 8b910a42486d45e7f00798adb6c8792807e70dd6 Mon Sep 17 00:00:00 2001 From: Ginty Date: Sun, 23 May 2010 12:30:32 -0500 Subject: [PATCH] Release 0.0.3 --- lib/cranky.rb | 2 +- rakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cranky.rb b/lib/cranky.rb index a5e47d6..928c26d 100644 --- a/lib/cranky.rb +++ b/lib/cranky.rb @@ -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 diff --git a/rakefile b/rakefile index e7d94d1..a119ef4 100644 --- a/rakefile +++ b/rakefile @@ -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