From c0a86fa6b06e40634e664ad837b82ef9d883d32d Mon Sep 17 00:00:00 2001 From: Jessica Dillon & Jessica Lynn Suttles Date: Mon, 1 Jul 2013 18:32:38 -0700 Subject: [PATCH] updates version --- README.md | 2 +- lib/microformats2/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52493ff..ff82ff7 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Not Implemented: ## Current Version -2.0.0.pre4 +2.0.0.pre5 ## Requirements diff --git a/lib/microformats2/version.rb b/lib/microformats2/version.rb index 28675c5..60003dc 100644 --- a/lib/microformats2/version.rb +++ b/lib/microformats2/version.rb @@ -1,3 +1,3 @@ module Microformats2 - VERSION = "2.0.0.pre4" + VERSION = "2.0.0.pre5" end