diff --git a/based_uuid.gemspec b/based_uuid.gemspec index 21f659d..4b565e6 100644 --- a/based_uuid.gemspec +++ b/based_uuid.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |spec| spec.email = ["piotr@chmolowski.pl"] spec.summary = "URL-friendly, Base32-encoded UUIDs for Rails models" - spec.homepage = "https://github.com/pchm/based_uuid" + spec.homepage = "https://github.com/pch/based_uuid" spec.required_ruby_version = ">= 3.2.0" spec.license = "MIT" diff --git a/lib/based_uuid/version.rb b/lib/based_uuid/version.rb index e5c3ce1..5bd7c86 100644 --- a/lib/based_uuid/version.rb +++ b/lib/based_uuid/version.rb @@ -1,3 +1,3 @@ module BasedUUID - VERSION = "0.5.0".freeze + VERSION = "0.5.1".freeze end