lib/comic_vine/api/version.rb in comic_vine-api-0.1.0 vs lib/comic_vine/api/version.rb in comic_vine-api-0.1.1

- old
+ new

@@ -1,5 +1,5 @@ module ComicVine class Api - VERSION = '0.1.0'.freeze + VERSION = '0.1.1'.freeze end end