Skip to content

Commit

Permalink
Bump to v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nyaahara committed Nov 26, 2019
1 parent 4542d90 commit d7050aa
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,10 @@ irb(main):007:0> DeliveryStateJp::Seino.delivery_state(number: 'xxxx-xxxx-xxxx-x

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).


## For gem uploading for developers.

```angular2
gem build delivery_state_jp.gemspec
gem push delivery_state_jp-1.0.9.gem
```
Binary file added delivery_state_jp-1.0.3.gem
Binary file not shown.
Binary file added delivery_state_jp-1.0.4.gem
Binary file not shown.
Binary file added delivery_state_jp-1.0.5.gem
Binary file not shown.
Binary file added delivery_state_jp-1.0.6.gem
Binary file not shown.
Binary file added delivery_state_jp-1.0.7.gem
Binary file not shown.
Binary file added delivery_state_jp-1.0.8.gem
Binary file not shown.
Binary file added delivery_state_jp-1.0.9.gem
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/delivery_state_jp/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DeliveryStateJp
VERSION = "1.0.8"
VERSION = "1.0.9"
end

0 comments on commit d7050aa

Please # to comment.