about summary refs log tree commit homepage
path: root/lib/zbatery.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-12-22 14:56:37 -0800
committerEric Wong <normalperson@yhbt.net>2009-12-22 14:56:37 -0800
commitc2ece58e13107983b726b83c5cfe798ff71034ca (patch)
tree758d08f21e1fc94f1d423c10ffb838cf40097fcc /lib/zbatery.rb
parentc17e73cde38365774bc73dae1a1ece00afde77d3 (diff)
downloadzbatery-c2ece58e13107983b726b83c5cfe798ff71034ca.tar.gz
Zbatery 0.1.0 v0.1.0
This gem release allows compatibility with newer versions of
Rainbows!  This also fixes a bug when $stdout is not redirected
to a file.
Diffstat (limited to 'lib/zbatery.rb')
-rw-r--r--lib/zbatery.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zbatery.rb b/lib/zbatery.rb
index dd904b1..655143c 100644
--- a/lib/zbatery.rb
+++ b/lib/zbatery.rb
@@ -4,7 +4,7 @@ require 'rainbows'
 module Zbatery
 
   # current version of Zbatery
-  VERSION = "0.0.0"
+  VERSION = "0.1.0"
 
   class << self