diff --git a/Gemfile.lock b/Gemfile.lock index 694e48c..140a76c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - football_api (0.1.5) + football_api (0.1.6) GEM remote: https://rubygems.org/ diff --git a/lib/football_api/version.rb b/lib/football_api/version.rb index 7563685..c3c301b 100644 --- a/lib/football_api/version.rb +++ b/lib/football_api/version.rb @@ -1,3 +1,3 @@ module FootballApi - VERSION = '0.1.5' + VERSION = '0.1.6' end