version bump

This commit is contained in:
Shane Becker 2011-06-28 22:19:47 -07:00
parent cbc353e785
commit fb51042e58
2 changed files with 14 additions and 1 deletions

View file

@ -1,3 +1,16 @@
=== 1.0.2 / 2011-06-28
* 2 bug fix
* parse d-duration as a string not a date
* change "class" to "klass" on elements with "class='p-class'"
=== 1.0.1 / 2011-06-28
* 1 bug fix
* fixed duplicate microformat problem
=== 1.0.0 / 2011-06-14
* 1 major enhancement

View file

@ -3,7 +3,7 @@ require 'time'
require 'date'
module Microformats2
VERSION = "1.0.1"
VERSION = "1.0.2"
class LoadError < StandardError; end