From 88be2dbfadf7932f04578cf66591967ca9ca6365 Mon Sep 17 00:00:00 2001 From: Jong-Ha Ahn Date: Mon, 17 Mar 2014 10:17:42 +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 ae17583..a8706c8 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.2", + "version": "1.1.0", "author": { "name": "Jong-Ha Ahn", "email": "jongha.ahn@mrlatte.net", diff --git a/package.json b/package.json index 88db942..e12057a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jquery.jsontotable", - "version": "1.0.2", + "version": "1.1.0", "engines": { "node": ">= 0.8.0" },