diff --git a/Gemfile.lock b/Gemfile.lock index bcc6c7a..308e550 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - gtfs (0.4.1) + gtfs (0.4.2) multi_json rake rubyzip (~> 2.3) diff --git a/lib/gtfs/version.rb b/lib/gtfs/version.rb index 18bdd1e..ad39a22 100644 --- a/lib/gtfs/version.rb +++ b/lib/gtfs/version.rb @@ -1,3 +1,3 @@ module GTFS - VERSION = '0.4.1' + VERSION = '0.4.2' end