From 17707573beae14659e99900ff2803007a4df3328 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 26 May 2014 21:05:55 -0400 Subject: [PATCH] Release 1.0.0 whoooot! --- lib/jekyll-paginate/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll-paginate/version.rb b/lib/jekyll-paginate/version.rb index fda4d48..893eeaa 100644 --- a/lib/jekyll-paginate/version.rb +++ b/lib/jekyll-paginate/version.rb @@ -1,5 +1,5 @@ module Jekyll module Paginate - VERSION = "1.0.0.rc3" + VERSION = "1.0.0" end end