From 454a6a92c96def122a1fa905ab809dfbc9e1a5ba Mon Sep 17 00:00:00 2001 From: Christoph Hugo Date: Tue, 2 Sep 2014 17:09:12 +0200 Subject: [PATCH] Bumps version --- .gemspec | 4 ++-- lib/file_convert/version.rb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gemspec b/.gemspec index 5162289..95a95a2 100644 --- a/.gemspec +++ b/.gemspec @@ -8,8 +8,8 @@ Gem::Specification.new do |s| s.summary = 'Instrumentalize Google Drive to convert files' s.description = 'Uses google-api-ruby-client and Google Drive to convert files from one mime-type to another' - s.authors = ['Roman Ernst', 'Jan Raasch'] - s.email = ['rernst@farbenmeer.net', 'jan@janraasch.com'] + s.authors = ['Roman Ernst', 'Jan Raasch', 'Christoph Hugo'] + s.email = ['rernst@farbenmeer.net', 'jan@janraasch.com', 'christoph.hugo@gmail.com'] s.license = 'MIT' s.homepage = 'https://github.com/tolingo/file-convert' s.files = Dir['README.md', 'LICENSE', 'lib/**/*'] diff --git a/lib/file_convert/version.rb b/lib/file_convert/version.rb index da6684b..bfe3872 100644 --- a/lib/file_convert/version.rb +++ b/lib/file_convert/version.rb @@ -1,8 +1,8 @@ module FileConvert module Version MAJOR = 0 - MINOR = 0 - TINY = 1 + MINOR = 1 + TINY = 0 STRING = [MAJOR, MINOR, TINY].compact.join('.') end