Skip to content

Commit

Permalink
Bump the version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knu committed Sep 20, 2017
1 parent f958cf0 commit d21cf7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version than comes with older versions of ruby.
For example, you can add this line to your application's Gemfile:

```ruby
gem 'ipaddr'
gem 'ipaddr', '~> 1.1'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion ipaddr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "ipaddr"
spec.version = "1.0.0"
spec.version = "1.1.0"
spec.authors = ["Akinori MUSHA", "Hajimu UMEMOTO"]
spec.email = ["knu@idaemons.org", "ume@mahoroba.org"]

Expand Down

0 comments on commit d21cf7c

Please sign in to comment.