From a822b2e3e329f0fc9ad4832c62a1efe4356db057 Mon Sep 17 00:00:00 2001 From: Jake Faris Date: Fri, 21 Oct 2016 12:05:31 -0400 Subject: [PATCH] Update dotenvious version --- dotenvious.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotenvious.gemspec b/dotenvious.gemspec index aa52d11..fa2a832 100644 --- a/dotenvious.gemspec +++ b/dotenvious.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'dotenvious' - s.version = '0.0.1' - s.date = '2016-09-10' + s.version = '0.0.2' + s.date = '2016-10-21' s.summary = "Dotenvious" s.description = "A Gem to manage environment variables" s.authors = ["Jake Faris"]