lib/rapinoe.rb in rapinoe-0.0.1 vs lib/rapinoe.rb in rapinoe-0.0.2

- old
+ new

@@ -2,10 +2,10 @@ require_relative 'rapinoe/keynote' require_relative 'rapinoe/slide' module Rapinoe - VERSION = '0.0.1' + VERSION = '0.0.2' def self.new(path) Keynote.new(path) end end