diff --git a/README.md b/README.md index 5b68695..4da5043 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Not Implemented: ## Current Version -2.0.0.pre1 +2.0.0.pre2 ## Requirements diff --git a/lib/microformats2/version.rb b/lib/microformats2/version.rb index 36c6680..5bbba07 100644 --- a/lib/microformats2/version.rb +++ b/lib/microformats2/version.rb @@ -1,3 +1,3 @@ module Microformats2 - VERSION = "2.0.0.pre1" + VERSION = "2.0.0.pre2" end