From 794bc895449fceb0f4aa52c8df1d2f053263c673 Mon Sep 17 00:00:00 2001 From: Larry Gebhardt Date: Wed, 8 Apr 2015 11:03:53 -0400 Subject: [PATCH] Bump to 0.3.1 --- lib/jsonapi/resources/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jsonapi/resources/version.rb b/lib/jsonapi/resources/version.rb index dd2051143..a3d7b2e63 100644 --- a/lib/jsonapi/resources/version.rb +++ b/lib/jsonapi/resources/version.rb @@ -1,5 +1,5 @@ module JSONAPI module Resources - VERSION = "0.3.0" + VERSION = "0.3.1" end end \ No newline at end of file