From 2b6efac25f1d1bd89eac6d083151c4b256d8c400 Mon Sep 17 00:00:00 2001 From: Michael Mitchell + Chris Stringer Date: Mon, 1 Apr 2013 11:55:30 -0700 Subject: [PATCH] Bump version --- README.md | 7 +++++-- lib/microformats2/version.rb | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4da5043..5929bd1 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Implemented: * [parsing implied properties](http://microformats.org/wiki/microformats-2-parsing#parsing_for_implied_properties) * nested properties * nested microformat with associated property +* dynamic creation of properties Not Implemented: @@ -32,7 +33,7 @@ Not Implemented: ## Current Version -2.0.0.pre2 +2.0.0.pre4 ## Requirements @@ -75,7 +76,9 @@ collection.cards.first.names.first.to_s #=> "Jessica Lynn Suttles" ## Authors * 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 diff --git a/lib/microformats2/version.rb b/lib/microformats2/version.rb index 64b3aab..28675c5 100644 --- a/lib/microformats2/version.rb +++ b/lib/microformats2/version.rb @@ -1,3 +1,3 @@ module Microformats2 - VERSION = "2.0.0.pre3" + VERSION = "2.0.0.pre4" end