From 3e20bd4576d9fd5499913e37e710e1715eb33ed9 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 13 Feb 2010 01:19:32 -0800 Subject: [PATCH] Zbatery 0.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. --- GIT-VERSION-GEN | 2 +- lib/zbatery.rb | 2 +- 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 -- 2.11.4.GIT