diff --git a/Gemfile.lock b/Gemfile.lock index 5ef06c4..c9506b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - nintendo_eshop (0.2.0) + nintendo_eshop (0.2.1) GEM remote: https://rubygems.org/ diff --git a/lib/nintendo_eshop/version.rb b/lib/nintendo_eshop/version.rb index 137ac9d..4a64a51 100644 --- a/lib/nintendo_eshop/version.rb +++ b/lib/nintendo_eshop/version.rb @@ -1,3 +1,3 @@ module NintendoEshop - VERSION = "0.2.0".freeze + VERSION = "0.2.1".freeze end