lib/halo-reach-api.rb in halo-reach-api-1.0.0 vs lib/halo-reach-api.rb in halo-reach-api-1.0.1

- old
+ new

@@ -5,10 +5,10 @@ module Halo module Reach class API include HTTParty - VERSION = '1.0.0'.freeze + VERSION = '1.0.1'.freeze API_URL = 'http://www.bungie.net/api/reach/reachapijson.svc/' DEFAULT_HEADERS = { 'User-Agent' => "Halo:Reach API gem #{VERSION}" }