From 33ae025e7864d8392c76f4332821d0a2b1f9f4dd Mon Sep 17 00:00:00 2001 From: Sean Leary Date: Thu, 29 Oct 2015 18:24:46 -0500 Subject: [PATCH] Update JSONObject.java Update version for https://github.com/douglascrockford/JSON-java/pull/153 --- JSONObject.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSONObject.java b/JSONObject.java index 0e8ff09..a23daab 100755 --- a/JSONObject.java +++ b/JSONObject.java @@ -92,7 +92,7 @@ import java.util.Set; * * * @author JSON.org - * @version 2015-07-22 + * @version 2015-10-29 */ public class JSONObject { /**