Skip to content

Commit

Permalink
Release 1.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean McBride committed Mar 30, 2011
1 parent 5e3b7ce commit 7b513ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -1,3 +1,6 @@
v1.0.20 (March 30, 2011)
* Changed CSS style for hidden span so it's not affected by inline or floated elements at the end of the body

v1.0.19 (March 3, 2011) v1.0.19 (March 3, 2011)
* Add a module for Monotype. * Add a module for Monotype.


Expand Down
2 changes: 1 addition & 1 deletion lib/webfontloader.rb
Expand Up @@ -3,7 +3,7 @@
require 'webfontloader/modules' require 'webfontloader/modules'


module WebFontLoader module WebFontLoader
VERSION = '1.0.19' VERSION = '1.0.20'


ProjectRoot = File.expand_path(File.dirname(__FILE__) + "/..") ProjectRoot = File.expand_path(File.dirname(__FILE__) + "/..")


Expand Down
4 changes: 2 additions & 2 deletions webfontloader.gemspec
Expand Up @@ -13,8 +13,8 @@ Gem::Specification.new do |s|
## If your rubyforge_project name is different, then edit it and comment out ## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile ## the sub! line in the Rakefile
s.name = 'webfontloader' s.name = 'webfontloader'
s.version = '1.0.19' s.version = '1.0.20'
s.date = '2011-03-03' s.date = '2011-03-30'


## Make sure your summary is short. The description may be as long ## Make sure your summary is short. The description may be as long
## as you like. ## as you like.
Expand Down

0 comments on commit 7b513ad

Please sign in to comment.