Skip to content

Commit 06b04e2

Browse files
committed
Version bump to 0.7.21
1 parent a07c2da commit 06b04e2

File tree

5 files changed

+72
-59
lines changed

5 files changed

+72
-59
lines changed

dist/jsoneditor.js

+60-47
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jsoneditor.js.map

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jsoneditor.min.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "json-editor",
33
"title": "JSONEditor",
44
"description": "JSON Schema based editor",
5-
"version": "0.7.20",
5+
"version": "0.7.21",
66
"main": "dist/jsoneditor.js",
77
"author": {
88
"name": "Jeremy Dorn",

src/intro.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/*! JSON Editor v0.7.20 - JSON Schema -> HTML Editor
1+
/*! JSON Editor v0.7.21 - JSON Schema -> HTML Editor
22
* By Jeremy Dorn - https://github.com/jdorn/json-editor/
33
* Released under the MIT license
44
*
5-
* Date: 2015-06-08
5+
* Date: 2015-07-03
66
*/
77

88
/**

0 commit comments

Comments
 (0)