about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-02-13 01:19:32 -0800
committerEric Wong <normalperson@yhbt.net>2010-02-13 01:23:22 -0800
commit3e20bd4576d9fd5499913e37e710e1715eb33ed9 (patch)
tree11a435f13d87ef71096af7713f3a1af1097aec86
parent837a6a4bc400ebe3518682489292cb6c2409ab1f (diff)
downloadzbatery-0.1.1.tar.gz
Zbatery 0.1.1 v0.1.1
Unicorn had a memory that didn't affect Unicorn, but only
Rainbows!, so we bumped the dependency on Rainbows!
which in turn bumped the dependency on Unicorn...

Also some minor documentation updates.
-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 4e7f0e3..8e53f75 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.1.0.GIT
+DEF_VER=v0.1.1.GIT
 
 LF='
 '
diff --git a/lib/zbatery.rb b/lib/zbatery.rb
index 655143c..6f2a474 100644
--- a/lib/zbatery.rb
+++ b/lib/zbatery.rb
@@ -4,7 +4,7 @@ require 'rainbows'
 module Zbatery
 
   # current version of Zbatery
-  VERSION = "0.1.0"
+  VERSION = "0.1.1"
 
   class << self