lib/svggraph.rb in svg-graph-2.0.1 vs lib/svggraph.rb in svg-graph-2.0.2.beta

- old
+ new

@@ -1,7 +1,7 @@ module SVG module Graph - VERSION = '2.0.1' + VERSION = '2.0.2.beta' end end require_relative 'SVG/Graph/DataPoint' require_relative 'SVG/Graph/BarBase' require_relative 'SVG/Graph/Graph'