From 226430a505e2e5f0100a2ef92bd6cff5c177789c Mon Sep 17 00:00:00 2001 From: Jong-Ha Ahn Date: Sat, 4 Jan 2014 01:29:23 +0900 Subject: [PATCH] Update Version --- jsontotable.jquery.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jsontotable.jquery.json b/jsontotable.jquery.json index 2056a3e..ae17583 100644 --- a/jsontotable.jquery.json +++ b/jsontotable.jquery.json @@ -2,7 +2,7 @@ "name": "jsontotable", "title": "jQuery JSON to Table", "description": "This plugin can convert JSON data type to table for html. JSON, or JavaScript Object Notation, is an open standard format that uses human-readable text to transmit data objects consisting of attribute–value pairs. It is used primarily to transmit data between a server and web application, as an alternative to XML. In these reasons todays many applications use JSON data format for data transferring. And you need JSON to table converter for html display.", - "version": "1.0.1", + "version": "1.0.2", "author": { "name": "Jong-Ha Ahn", "email": "jongha.ahn@mrlatte.net", diff --git a/package.json b/package.json index c18881b..88db942 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jquery.jsontotable", - "version": "1.0.1", + "version": "1.0.2", "engines": { "node": ">= 0.8.0" },