From 3465ecade03e868208e9da5961a1825d07c0d61a Mon Sep 17 00:00:00 2001 From: tknzk Date: Mon, 2 Mar 2020 10:51:20 +0900 Subject: [PATCH] bumpup 20200302 --- Gemfile.lock | 2 +- jpostcode-data | 2 +- lib/jpostcode/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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