Skip to content

Commit

Permalink
v0.10.0 リリース 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
chocoby committed Aug 19, 2019
1 parent c0a6f90 commit 20ff924
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,7 @@
## Unreleased

* Rails 6.0 をサポート (PR [#33](https://github.com/chocoby/jp_prefecture/pull/33)/[@chocoby](https://github.com/chocoby))

## 0.9.0 (Jan 15, 2017)

* Add English Readme (Issue [#21](https://github.com/chocoby/jp_prefecture/issues/21)/PR [#22](https://github.com/chocoby/jp_prefecture/pull/22)/[@PeterTeng](https://github.com/PeterTeng))
Expand Down
2 changes: 1 addition & 1 deletion jp_prefecture.gemspec
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.version = JpPrefecture::VERSION

gem.add_development_dependency 'rake'
gem.add_development_dependency 'rspec', '~> 3.1'
gem.add_development_dependency 'rspec'
gem.add_development_dependency 'activerecord', '>= 3.2.0'
gem.add_development_dependency 'sqlite3'
gem.add_development_dependency 'coveralls'
Expand Down
2 changes: 1 addition & 1 deletion lib/jp_prefecture/version.rb
@@ -1,3 +1,3 @@
module JpPrefecture
VERSION = '0.9.0'
VERSION = '0.10.0'
end

0 comments on commit 20ff924

Please sign in to comment.