Skip to content

Commit

Permalink
Release 1.6.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram Stein committed Mar 20, 2016
1 parent 35255ca commit 325a114
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v1.6.23 (March 20, 2016)

* Add bower.json
* Small code rewrite in order to workaround a bad type cast (Closure Compiler
is correct, but reality doesn't always match).

v1.6.22 (February 29, 2016)

* Fix bug that caused long loading fonts to get stuck on wf-loading because
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.22'
VERSION = '1.6.23'

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

Expand Down
5 changes: 3 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.22'
s.date = '2016-02-29'
s.version = '1.6.23'
s.date = '2016-03-20'

## Make sure your summary is short. The description may be as long
## as you like.
Expand Down Expand Up @@ -76,6 +76,7 @@ DESC
README.md
Rakefile
bin/webfontloader-demos
bower.json
browsers.json
externs.js
lib/webfontloader.rb
Expand Down
2 changes: 1 addition & 1 deletion webfontloader.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 325a114

Please sign in to comment.