From 840fdff624abd5eec6b956a62d897f49897cfa19 Mon Sep 17 00:00:00 2001 From: Jessica Lynn Suttles Date: Mon, 10 Mar 2014 15:56:27 -0700 Subject: [PATCH] Bump version to 2.0.1 --- README.md | 2 +- lib/microformats2/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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