From f7aaae295cb9cbedf54587a20594871b3f2a89b9 Mon Sep 17 00:00:00 2001 From: tknzk Date: Mon, 1 Feb 2021 12:04:31 +0900 Subject: [PATCH] bumpup 20210201 --- 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 c80727c1..79d79dcf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - jpostcode (1.0.0.20210101) + jpostcode (1.0.0.20210201) GEM remote: https://rubygems.org/ diff --git a/jpostcode-data b/jpostcode-data index 150cab5a..16803a09 160000 --- a/jpostcode-data +++ b/jpostcode-data @@ -1 +1 @@ -Subproject commit 150cab5afece5e244530bce880b9b40c15949554 +Subproject commit 16803a0949fcbe17f4fbeef815df8798a52010e7 diff --git a/lib/jpostcode/version.rb b/lib/jpostcode/version.rb index b41c7b80..99fcb8d6 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.20210101' + VERSION = '1.0.0.20210201' end