diff --git a/Gemfile.lock b/Gemfile.lock index 969cf07..05b0f40 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - danger-duplicate_localizable_strings (0.2.0) + danger-duplicate_localizable_strings (0.3.0) danger (~> 8.0) GEM diff --git a/lib/duplicate_localizable_strings/gem_version.rb b/lib/duplicate_localizable_strings/gem_version.rb index 32c0d2d..e451b30 100644 --- a/lib/duplicate_localizable_strings/gem_version.rb +++ b/lib/duplicate_localizable_strings/gem_version.rb @@ -1,3 +1,3 @@ module DuplicateLocalizableStrings - VERSION = '0.2.0'.freeze + VERSION = '0.3.0'.freeze end