diff --git a/README.md b/README.md index 9540cbc..d5da230 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Not Implemented: ## Current Version -2.0.0 +2.0.1 ## Requirements diff --git a/lib/microformats2/version.rb b/lib/microformats2/version.rb index c89cf32..c47cce0 100644 --- a/lib/microformats2/version.rb +++ b/lib/microformats2/version.rb @@ -1,3 +1,3 @@ module Microformats2 - VERSION = "2.0.0" + VERSION = "2.0.1" end