diff --git a/Gemfile.lock b/Gemfile.lock index 4be5296..db4ee7c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ups (0.4.0) + ups (0.5.0) excon (~> 0.45, >= 0.45.3) insensitive_hash (~> 0.3.3) ox (~> 2.2, >= 2.2.0) diff --git a/lib/ups/version.rb b/lib/ups/version.rb index fa09421..5627b06 100644 --- a/lib/ups/version.rb +++ b/lib/ups/version.rb @@ -1,7 +1,7 @@ module UPS module Version MAJOR = 0 - MINOR = 4 + MINOR = 5 PATCH = 0 BUILD = nil