diff --git a/Gemfile.lock b/Gemfile.lock index 74690851..cd05175e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - jpostcode (1.0.0.20231001) + jpostcode (1.0.0.20231101) GEM remote: https://rubygems.org/ diff --git a/jpostcode-data b/jpostcode-data index 8acf5ceb..955e9d63 160000 --- a/jpostcode-data +++ b/jpostcode-data @@ -1 +1 @@ -Subproject commit 8acf5ceba1663425587813b7b93bfdcb2444c90b +Subproject commit 955e9d6360539babf6fcb9f9b18d6e4ffb86ef78 diff --git a/lib/jpostcode/version.rb b/lib/jpostcode/version.rb index 262f5ce4..75342d76 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.20231001' + VERSION = '1.0.0.20231101' end