Bump version
This commit is contained in:
parent
dcbcc5123a
commit
5b8df0f0a9
2 changed files with 6 additions and 3 deletions
|
@ -18,6 +18,7 @@ Implemented:
|
||||||
* [parsing implied properties](http://microformats.org/wiki/microformats-2-parsing#parsing_for_implied_properties)
|
* [parsing implied properties](http://microformats.org/wiki/microformats-2-parsing#parsing_for_implied_properties)
|
||||||
* nested properties
|
* nested properties
|
||||||
* nested microformat with associated property
|
* nested microformat with associated property
|
||||||
|
* dynamic creation of properties
|
||||||
|
|
||||||
Not Implemented:
|
Not Implemented:
|
||||||
|
|
||||||
|
@ -32,7 +33,7 @@ Not Implemented:
|
||||||
|
|
||||||
## Current Version
|
## Current Version
|
||||||
|
|
||||||
2.0.0.pre2
|
2.0.0.pre4
|
||||||
|
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
@ -75,7 +76,9 @@ collection.cards.first.names.first.to_s #=> "Jessica Lynn Suttles"
|
||||||
## Authors
|
## Authors
|
||||||
|
|
||||||
* Jessica Lynn Suttles / [@jlsuttles](https://github.com/jlsuttles)
|
* Jessica Lynn Suttles / [@jlsuttles](https://github.com/jlsuttles)
|
||||||
|
* Shane Becker / [@veganstraightedge](https://github.com/veganstraightedge)
|
||||||
|
* Chris Stringer / [@jcstringer](https://github.com/jcstringer)
|
||||||
|
* Michael Mitchell / [@variousred](https://github.com/variousred)
|
||||||
|
|
||||||
## Contributions
|
## Contributions
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Microformats2
|
module Microformats2
|
||||||
VERSION = "2.0.0.pre3"
|
VERSION = "2.0.0.pre4"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue