Version bump to 2.0.2

This commit is contained in:
Shane Becker 2016-05-04 14:07:03 -07:00
parent 12417d5096
commit 945ffe6c6e
2 changed files with 6 additions and 4 deletions

View file

@ -9,7 +9,7 @@ and return a collection of dynamically defined Ruby objects.
## Development Status ## Development Status
This gem sat unmaintained for quite a long time. It's now under new management. Work will begin shortly on getting it on par with the other Microformats2 parsers and the current state of the spec. (2015-12-23) This gem sat unmaintained for quite a long time. It's now under new management. Work will begin shortly on getting it on par with the other Microformats2 parsers and the current state of the spec. (2015-12-23)
A work in progress. A work in progress.
@ -38,7 +38,9 @@ Not Implemented:
## Current Version ## Current Version
2.0.1 2.0.2
![Version 2.0.2](https://img.shields.io/badge/VERSION-2.0.2-green.svg)
## Requirements ## Requirements
@ -124,7 +126,7 @@ If you find bugs, have feature requests or questions, please
## Specs ## Specs
**TODO** remove this and use the [microformats tests repo](https://github.com/microformats/tests) instead. **TODO** remove this and use the [microformats tests repo](https://github.com/microformats/tests) instead.
To update spec cases that are scraped from other sites. To update spec cases that are scraped from other sites.
**Warning:** This could break specs. **Warning:** This could break specs.

View file

@ -1,3 +1,3 @@
module Microformats2 module Microformats2
VERSION = "2.0.1" VERSION = "2.0.2"
end end