Skip to content

Commit

Permalink
Bump version to 0.7.28
Browse files Browse the repository at this point in the history
Fixes #504 Closes #543
  • Loading branch information
jdorn committed Aug 7, 2016
1 parent a1e1ff9 commit 26e2215
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 17 deletions.
16 changes: 10 additions & 6 deletions dist/jsoneditor.js

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

2 changes: 1 addition & 1 deletion dist/jsoneditor.js.map

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions dist/jsoneditor.min.js

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

2 changes: 1 addition & 1 deletion 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.27",
"version": "0.7.28",
"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.27 - JSON Schema -> HTML Editor
/*! JSON Editor v0.7.28 - JSON Schema -> HTML Editor
* By Jeremy Dorn - https://github.com/jdorn/json-editor/
* Released under the MIT license
*
* Date: 2016-07-03
* Date: 2016-08-07
*/

/**
Expand Down

1 comment on commit 26e2215

@Karthiccc
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

multiple of schema definition still doesn't work for value 1.11 multiple of 0.01 - Validation error

Please sign in to comment.