lib/rack-fontserve/version.rb in rack-fontserve-0.1.3 vs lib/rack-fontserve/version.rb in rack-fontserve-0.1.4

- old
+ new

@@ -1,5 +1,5 @@ # Define it as a plain constant instead of Bundler best-practice of # Rack::Fontserve::VERSION since Fontserve is a class that inherits from Sinatra::Base # and we'd be getting Superclass mismatch errors here since Sinatra is # unavailable when evaluating this file standalone, i.e. in Rakefile -FONTSERVE_VERSION = '0.1.3' +FONTSERVE_VERSION = '0.1.4' \ No newline at end of file