Skip to content

Commit

Permalink
1.0.1をリリースする。
Browse files Browse the repository at this point in the history
  • Loading branch information
yamat47 committed Jan 3, 2022
1 parent c95ec1c commit 6da7fa6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ Change Log の形式は [Keep a Changelog](http://keepachangelog.com/) に従い

### Security

## [1.0.1] - 2022-01-03
### Added

- [#2](https://github.com/yamat47/number_to_kanji/pull/2) 日本語の README を追加した。([@yamat47](https://github.com/yamat47))

## [1.0.0] - 2022-01-02

- Initial release
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
number_to_kanji (1.0.0)
number_to_kanji (1.0.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/number_to_kanji/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module NumberToKanji
VERSION = '1.0.0'
VERSION = '1.0.1'
public_constant :VERSION
end

0 comments on commit 6da7fa6

Please sign in to comment.