Released version 2.2.1

This commit is contained in:
josdejong 2013-05-27 20:45:47 +02:00
parent 915497e9e0
commit f3ca6ad84f
5 changed files with 9 additions and 8 deletions

View File

@ -3,9 +3,10 @@
http://jsoneditoronline.org http://jsoneditoronline.org
## version 2.2.1 ## 2013-05-27, version 2.2.1
- Fixed undefined options in TextEditor. - Fixed undefined options in TextEditor. Thanks Wiseon3.
- Fixed non-working save function on Firefox 21. Thanks youxiachai.
## 2013-05-04, version 2.2.0 ## 2013-05-04, version 2.2.0

View File

@ -1,6 +1,6 @@
{ {
"name": "jsoneditor", "name": "jsoneditor",
"version": "2.3.0-SNAPSHOT", "version": "2.2.1",
"description": "A web-based tool to view, edit and format JSON", "description": "A web-based tool to view, edit and format JSON",
"tags": [ "tags": [
"json", "json",

4
jsoneditor-min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -27,8 +27,8 @@
* Copyright (c) 2011-2013 Jos de Jong, http://jsoneditoronline.org * Copyright (c) 2011-2013 Jos de Jong, http://jsoneditoronline.org
* *
* @author Jos de Jong, <wjosdejong@gmail.com> * @author Jos de Jong, <wjosdejong@gmail.com>
* @version 2.3.0-SNAPSHOT * @version 2.2.1
* @date 2013-05-25 * @date 2013-05-27
*/ */
(function () { (function () {

View File

@ -1,6 +1,6 @@
{ {
"name": "jsoneditor", "name": "jsoneditor",
"version": "2.3.0-SNAPSHOT", "version": "2.2.1",
"description": "A web-based tool to view, edit and format JSON", "description": "A web-based tool to view, edit and format JSON",
"tags": [ "tags": [
"json", "json",