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