Navigation Menu

Skip to content
This repository has been archived by the owner on Nov 24, 2017. It is now read-only.

Commit

Permalink
1.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
cjohansen committed Feb 21, 2013
1 parent de62719 commit 9e97434
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions 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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.0.17
1.0.19
2 changes: 1 addition & 1 deletion juicer.gemspec
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion lib/juicer.rb
Expand Up @@ -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)
Expand Down

0 comments on commit 9e97434

Please sign in to comment.