From 78927d36b8869d5e73adff754b2ee921a0ee853b Mon Sep 17 00:00:00 2001 From: Jessica Lynn Suttles Date: Tue, 25 Feb 2014 15:22:44 -0800 Subject: [PATCH] Bump version to 2.0.0 Fixes #24 --- README.md | 8 ++++---- lib/microformats2/version.rb | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3a2463a..00a4f4a 100644 --- a/README.md +++ b/README.md @@ -33,14 +33,14 @@ Not Implemented: ## Current Version -2.0.0.pre5 +2.0.0 ## Requirements -* "nokogiri", "~> 1.5.6" -* "json", "~> 1.7.6" -* "activesupport", "~> 3.2.12" +* "nokogiri" +* "json" +* "activesupport" ## Installation diff --git a/lib/microformats2/version.rb b/lib/microformats2/version.rb index 60003dc..c89cf32 100644 --- a/lib/microformats2/version.rb +++ b/lib/microformats2/version.rb @@ -1,3 +1,3 @@ module Microformats2 - VERSION = "2.0.0.pre5" + VERSION = "2.0.0" end