Skip to content

Commit 410f234

Browse files
committed
Version update to 1.1.3
1 parent 1f32c77 commit 410f234

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/jquery.jsontotable.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jsontotable.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jsontotable",
33
"title": "jQuery JSON to Table",
44
"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.",
5-
"version": "1.1.2",
5+
"version": "1.1.3",
66
"author": {
77
"name": "Jong-Ha Ahn",
88
"email": "[email protected]",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery.jsontotable",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"engines": {
55
"node": ">=0.10.26"
66
},

0 commit comments

Comments
 (0)