diff options
author | Hiroshi SHIBATA <[email protected]> | 2021-10-21 14:57:19 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-10-21 21:05:39 +0900 |
commit | eac7a71062be3539ff9e6628343b079ed94d010c (patch) | |
tree | 364b777ae5c7f7b97b3c0e8a67d8905e68456ef8 /lib | |
parent | ba3c2593ab6b219a50ec3ca09b7b618bb6833443 (diff) |
[ruby/prettyprint] Bump up prettyprint version to 0.1.1
https://github.com/ruby/prettyprint/commit/0e8eee5f5f
Diffstat (limited to 'lib')
-rw-r--r-- | lib/prettyprint.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/prettyprint.gemspec b/lib/prettyprint.gemspec index 169267fb16..eae2227d60 100644 --- a/lib/prettyprint.gemspec +++ b/lib/prettyprint.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |spec| spec.name = "prettyprint" - spec.version = "0.1.0" + spec.version = "0.1.1" spec.authors = ["Tanaka Akira"] spec.email = ["[email protected]"] |