Skip to content

Commit

Permalink
Version bump to 0.7.24
Browse files Browse the repository at this point in the history
Closes #526 Closes #533 Closes #436 Fixes #388
  • Loading branch information
jdorn committed Feb 11, 2016
1 parent ce64c46 commit a3b9bfe
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 56 deletions.
158 changes: 119 additions & 39 deletions dist/jsoneditor.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions dist/jsoneditor.js.map

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions dist/jsoneditor.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "json-editor",
"title": "JSONEditor",
"description": "JSON Schema based editor",
"version": "0.7.23",
"version": "0.7.24",
"main": "dist/jsoneditor.js",
"author": {
"name": "Jeremy Dorn",
Expand Down
4 changes: 2 additions & 2 deletions src/intro.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*! JSON Editor v0.7.23 - JSON Schema -> HTML Editor
/*! JSON Editor v0.7.24 - JSON Schema -> HTML Editor
* By Jeremy Dorn - https://github.com/jdorn/json-editor/
* Released under the MIT license
*
* Date: 2015-09-27
* Date: 2016-02-11
*/

/**
Expand Down

0 comments on commit a3b9bfe

Please sign in to comment.