diff --git a/Gemfile.lock b/Gemfile.lock index 94f1b4f2..72fac8c7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - jpostcode (1.0.0.20200201) + jpostcode (1.0.0.20200302) GEM remote: https://rubygems.org/ diff --git a/jpostcode-data b/jpostcode-data index c28f8832..82778988 160000 --- a/jpostcode-data +++ b/jpostcode-data @@ -1 +1 @@ -Subproject commit c28f88322891aea8251e9620c93b64b9b5fc30c3 +Subproject commit 827789883eb11a106360016637667213943a658c diff --git a/lib/jpostcode/version.rb b/lib/jpostcode/version.rb index 8156ab3d..453bd9f3 100644 --- a/lib/jpostcode/version.rb +++ b/lib/jpostcode/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Jpostcode - VERSION = '1.0.0.20200201' + VERSION = '1.0.0.20200302' end