about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-07-10 09:56:27 +0000
committerEric Wong <normalperson@yhbt.net>2010-07-10 09:56:27 +0000
commitd4f095ed8ed0da4f190280eb957c14b3f5e9a2e9 (patch)
treee5d7443e2aecedc0fa3e992d085e21e321b0ce07
parent00f570d6c3363794ee4489fae17b05555b78b2cf (diff)
downloadzbatery-d4f095ed8ed0da4f190280eb957c14b3f5e9a2e9.tar.gz
Zbatery v0.3.0 - for newer Rainbows! v0.3.0
Rainbows! v0.95.0 is more awesome than v0.94.0, so we've updated
ourselves to use it and be more awesome as well!
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--lib/zbatery.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 2cadc89..e1fc604 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.2.1.GIT
+DEF_VER=v0.3.0.GIT
 
 LF='
 '
diff --git a/lib/zbatery.rb b/lib/zbatery.rb
index 224c9f1..56edf91 100644
--- a/lib/zbatery.rb
+++ b/lib/zbatery.rb
@@ -5,7 +5,7 @@ require 'rainbows'
 module Zbatery
 
   # current version of Zbatery
-  VERSION = "0.2.1"
+  VERSION = "0.3.0"
 
   class << self