Skip to content

Commit

Permalink
Release 1.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean McBride committed Feb 7, 2012
1 parent 0e6a2f5 commit d83ee80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.0.25 (February 7, 2012)
* Updated the user agent parser to recognize Chrome for Android properly as a Chrome browser.

v1.0.24 (January 9, 2012)
* Updated the standard test string from "BESs" to "BESbswy" for more width variability.
* Improved Google's custom FontWatchRunner implementation for Webkit to work around an issue where the browser reports the 400 weight's width when it is already loaded.
Expand Down
2 changes: 1 addition & 1 deletion lib/webfontloader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'webfontloader/modules'

module WebFontLoader
VERSION = '1.0.24'
VERSION = '1.0.25'

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

Expand Down
4 changes: 2 additions & 2 deletions webfontloader.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Gem::Specification.new do |s|
## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile
s.name = 'webfontloader'
s.version = '1.0.24'
s.date = '2012-01-09'
s.version = '1.0.25'
s.date = '2012-02-07'

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

0 comments on commit d83ee80

Please sign in to comment.