Skip to content

Commit

Permalink
Bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Hugo committed Sep 2, 2014
1 parent e9ce255 commit 454a6a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ['[email protected]', '[email protected]']
s.authors = ['Roman Ernst', 'Jan Raasch', 'Christoph Hugo']
s.email = ['[email protected]', '[email protected]', '[email protected]']
s.license = 'MIT'
s.homepage = 'https://github.com/tolingo/file-convert'
s.files = Dir['README.md', 'LICENSE', 'lib/**/*']
Expand Down
4 changes: 2 additions & 2 deletions lib/file_convert/version.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 454a6a9

Please sign in to comment.