Bump version to 1.0.0

This commit is contained in:
Jonathan Richard Henry Evans 2013-09-09 13:10:41 +01:00
parent e138ea4276
commit 47772b28e8

View file

@ -1,5 +1,5 @@
module Grape
module ActiveModelSerializers
VERSION = "0.1.0"
VERSION = '1.0.0'
end
end