lib/slideshow/templates/version.rb in slideshow-templates-2.4.0 vs lib/slideshow/templates/version.rb in slideshow-templates-3.0.0

- old
+ new

@@ -1,11 +1,11 @@ # encoding: utf-8 module SlideshowTemplates - MAJOR = 2 - MINOR = 4 + MAJOR = 3 + MINOR = 0 PATCH = 0 VERSION = [MAJOR,MINOR,PATCH].join('.') def self.version VERSION