diff --git a/Gemfile.lock b/Gemfile.lock index 2931fc1..24fe025 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - green-button-data (0.7.4) + green-button-data (0.7.5) faraday (~> 0.11) nokogiri (~> 1.8) sax-machine (~> 1.3) diff --git a/lib/green-button-data/version.rb b/lib/green-button-data/version.rb index 5e79ea9..6c4a972 100644 --- a/lib/green-button-data/version.rb +++ b/lib/green-button-data/version.rb @@ -1,3 +1,3 @@ module GreenButtonData - VERSION = '0.7.4' + VERSION = '0.7.5' end