lib/zbatery.rb in zbatery-0.1.0 vs lib/zbatery.rb in zbatery-0.1.1
- old
+ new
@@ -2,10 +2,10 @@
require 'rainbows'
module Zbatery
# current version of Zbatery
- VERSION = "0.1.0"
+ VERSION = "0.1.1"
class << self
# runs the Zbatery HttpServer with +app+ and +options+ and does
# not return until the server has exited.