diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-11-08 14:18:26 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-11-08 05:18:39 +0000 |
| commit | 7772fe05bcb212a96684ea763b7e5c70dc2d848e (patch) | |
| tree | 1f4d73440fb5a079ebc0e28fea8455ad6d0f5023 | |
| parent | e462ef2e5cddda03f84d5b31a9c64a720f254dd6 (diff) | |
[ruby/win32-registry] Bump up v0.1.0
https://github.com/ruby/win32-registry/commit/a87076ee42
| -rw-r--r-- | ext/win32/win32-registry.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/win32/win32-registry.gemspec b/ext/win32/win32-registry.gemspec index ac5ff103d3..d747daf458 100644 --- a/ext/win32/win32-registry.gemspec +++ b/ext/win32/win32-registry.gemspec @@ -1,7 +1,7 @@ # frozen_string_literal: true Gem::Specification.new do |spec| spec.name = "win32-registry" - spec.version = "0.0.1" + spec.version = "0.1.0" spec.authors = ["U.Nakamura"] spec.email = ["usa@garbagecollect.jp"] |
