Skip to content

Commit a3b9bfe

Browse files
committed
Version bump to 0.7.24
Closes #526 Closes #533 Closes #436 Fixes #388
1 parent ce64c46 commit a3b9bfe

File tree

5 files changed

+136
-56
lines changed

5 files changed

+136
-56
lines changed

dist/jsoneditor.js

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

dist/jsoneditor.js.map

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

dist/jsoneditor.min.js

+7-7
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.23",
5+
"version": "0.7.24",
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.23 - JSON Schema -> HTML Editor
1+
/*! JSON Editor v0.7.24 - JSON Schema -> HTML Editor
22
* By Jeremy Dorn - https://github.com/jdorn/json-editor/
33
* Released under the MIT license
44
*
5-
* Date: 2015-09-27
5+
* Date: 2016-02-11
66
*/
77

88
/**

0 commit comments

Comments
 (0)