diff --git a/lib/tilt.rb b/lib/tilt.rb index 92f2e54f..1bb8f103 100644 --- a/lib/tilt.rb +++ b/lib/tilt.rb @@ -4,7 +4,7 @@ # Namespace for Tilt. This module is not intended to be included anywhere. module Tilt # Current version. - VERSION = '2.0.0' + VERSION = '2.0.1' @default_mapping = Mapping.new diff --git a/tilt.gemspec b/tilt.gemspec index 57d3bf57..882c336a 100644 --- a/tilt.gemspec +++ b/tilt.gemspec @@ -3,8 +3,8 @@ Gem::Specification.new do |s| s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.name = 'tilt' - s.version = '2.0.0' - s.date = '2013-11-30' + s.version = '2.0.1' + s.date = '2014-03-21' s.description = "Generic interface to multiple Ruby template engines" s.summary = s.description