From 3cc24e781056338d80035cc38a24755b98a7e529 Mon Sep 17 00:00:00 2001 From: dewski Date: Tue, 3 Apr 2012 17:16:14 -0700 Subject: [PATCH] Bump to 3.1.1 --- Gemfile.lock | 2 +- lib/json_builder/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0530c4f..c999363 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - json_builder (3.1.0) + json_builder (3.1.1) activesupport (>= 2.0.0) GEM diff --git a/lib/json_builder/version.rb b/lib/json_builder/version.rb index 5d0b87c..e5bd1e1 100644 --- a/lib/json_builder/version.rb +++ b/lib/json_builder/version.rb @@ -1,3 +1,3 @@ module JSONBuilder - VERSION = '3.1.0' + VERSION = '3.1.1' end