From 3c8b2d0710984e13765f3e6791e134ec76b3d98f Mon Sep 17 00:00:00 2001 From: farisj Date: Sat, 10 Sep 2016 15:07:17 -0400 Subject: [PATCH] update version --- dotenvious.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotenvious.gemspec b/dotenvious.gemspec index 39d4c45..85cec77 100644 --- a/dotenvious.gemspec +++ b/dotenvious.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'dotenvious' - s.version = '0.0.0' - s.date = '2016-04-23' + s.version = '0.0.1' + s.date = '2016-09-10' s.summary = "Dotenvious" s.description = "A dotenv wrapper to manage variables" s.authors = ["Jake Faris"]