webfontloader 1.4.2 → 1.4.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ v1.4.3 (May 16, 2013)
2
+ * UserAgent now maintains version numbers as instances of the Version class.
3
+
1
4
  v1.4.2 (April 11, 2013)
2
5
  * Namespace is now configurable at compile time
3
6
  * BrowserInfo and UserAgent are exported so Typekit KitJS and the standalone webfontloader can share data
data/lib/webfontloader.rb CHANGED
@@ -3,7 +3,7 @@ require 'yaml'
3
3
  require 'webfontloader/modules'
4
4
 
5
5
  module WebFontLoader
6
- VERSION = '1.4.2'
6
+ VERSION = '1.4.3'
7
7
 
8
8
  ProjectRoot = File.expand_path(File.dirname(__FILE__) + "/..")
9
9