Skip to content

Commit

Permalink
Bump version to 0.7.27
Browse files Browse the repository at this point in the history
Closes #605
  • Loading branch information
jdorn committed Jul 4, 2016
1 parent 31368d0 commit 6664b1f
Show file tree
Hide file tree
Showing 6 changed files with 898 additions and 141 deletions.
61 changes: 38 additions & 23 deletions dist/jsoneditor.js

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

109 changes: 1 addition & 108 deletions dist/jsoneditor.js.map

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/jsoneditor.min.js.map

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.26",
"version": "0.7.27",
"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.26 - JSON Schema -> HTML Editor
/*! JSON Editor v0.7.27 - JSON Schema -> HTML Editor
* By Jeremy Dorn - https://github.com/jdorn/json-editor/
* Released under the MIT license
*
* Date: 2016-06-21
* Date: 2016-07-03
*/

/**
Expand Down

0 comments on commit 6664b1f

Please sign in to comment.