diff --git a/babelish.gemspec b/babelish.gemspec index 17d126c..ce218ee 100644 --- a/babelish.gemspec +++ b/babelish.gemspec @@ -6,7 +6,7 @@ require 'babelish/version' Gem::Specification.new do |s| s.name = 'babelish' s.version = Babelish::VERSION - s.date = '2014-09-24' + s.date = '2014-10-29' s.summary = "CSV converter for localization files" s.description = "This set of commands converts a CSV file to the following formats: - .strings (iOS) diff --git a/lib/babelish/version.rb b/lib/babelish/version.rb index 9578576..61aa6d0 100644 --- a/lib/babelish/version.rb +++ b/lib/babelish/version.rb @@ -1,3 +1,3 @@ module Babelish - VERSION = "0.3.2" + VERSION = "0.3.3" end