From 24b05ab8cb94148c6678d1ec16f5321d716323e0 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Fri, 6 Dec 2013 12:39:48 -0700 Subject: [PATCH] Dang, forgot to update the manifest --- parse.jquery.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parse.jquery.json b/parse.jquery.json index 2a44357..d531287 100644 --- a/parse.jquery.json +++ b/parse.jquery.json @@ -1,8 +1,8 @@ { "name": "parse", - "version": "0.5.6", + "version": "0.5.7", "title": "jQuery Parse Plugin", - "description": "Parses CSV (or any delimited text) into a usable data structure. This efficient and robust parser gracefully handles malformed input.", + "description": "Parses CSV (or any delimited text) into a usable data structure. This efficient and robust parser gracefully handles malformed input and it can work without jQuery.", "keywords": [ "csv", "parse",