From 3b27e0c7000ee85b6f1c78c2c9b9ef6710cd6a3c Mon Sep 17 00:00:00 2001 From: David Cordero Date: Sun, 3 Dec 2017 23:15:49 +0100 Subject: [PATCH] Bump version --- rubustrings.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rubustrings.gemspec b/rubustrings.gemspec index 674747d..53e1e1b 100644 --- a/rubustrings.gemspec +++ b/rubustrings.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'rubustrings' - s.version = '0.0.1' + s.version = '0.0.2' s.date = '2017-12-03' s.summary = 'Check Localizable.strings files of iOS Apps' s.description = 'Check the format and consistency of the Localizable.strings files of iOS Apps with multi-language support'