diff --git a/History.txt b/History.txt index 1906fe9..7e62d51 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,9 @@ +== 1.0.19 / 2013-02-21 +* Fix UTF-8 issues + +== 1.0.18 / 2012-11-16 +* Download YUI Compressor via GitHub's CDN + == 1.0.17 / 2012-10-15 * YUI Compressor moved to GitHub diff --git a/VERSION b/VERSION index 8fc77d0..140333f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.17 +1.0.19 diff --git a/juicer.gemspec b/juicer.gemspec index 272cefe..2baa5fb 100644 --- a/juicer.gemspec +++ b/juicer.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = %q{juicer} - s.version = "1.0.17" + s.version = "1.0.19" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Christian Johansen"] diff --git a/lib/juicer.rb b/lib/juicer.rb index a73a78f..ddf6ec4 100644 --- a/lib/juicer.rb +++ b/lib/juicer.rb @@ -3,7 +3,7 @@ module Juicer # :stopdoc: - VERSION = "1.0.17" + VERSION = "1.0.19" LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR LOGGER = Logger.new(STDOUT)