lib/spree_i18n/version.rb in spree_i18n-5.0.1 vs lib/spree_i18n/version.rb in spree_i18n-5.1.0

- old
+ new

@@ -7,11 +7,11 @@ Gem::Version.new Version::STRING end module Version MAJOR = 5 - MINOR = 0 - TINY = 1 + MINOR = 1 + TINY = 0 STRING = [MAJOR, MINOR, TINY].compact.join('.') end end