lib/roar/json/json_api/version.rb in roar-jsonapi-0.0.1 vs lib/roar/json/json_api/version.rb in roar-jsonapi-0.0.2

- old
+ new

@@ -1,7 +1,7 @@ module Roar module JSON module JSONAPI - VERSION = '0.0.1'.freeze + VERSION = '0.0.2'.freeze end end end