Skip to content

Commit

Permalink
Release 1.6.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram Stein committed Jul 7, 2016
1 parent 2c3f630 commit 9f4a444
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 18 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v1.6.25 (July 7, 2016)

* Add "loadAllFonts" option to Monotype module.
* Add documentation on how to use Web Font Loader with Edge Web Fonts.

v1.6.24 (March 20, 2016)

* Fix type annotation in DomHelper.
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.6.24'
VERSION = '1.6.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.6.24'
s.date = '2016-03-20'
s.version = '1.6.25'
s.date = '2016-07-07'

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

0 comments on commit 9f4a444

Please sign in to comment.