Released version 2.2.2

This commit is contained in:
josdejong 2013-08-01 21:04:19 +02:00
parent 252d03fdf1
commit 2816acbb75
5 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@
http://jsoneditoronline.org
## version 2.2.2
## 2013-08-01, version 2.2.2
- Fixed non working option `indentation`.
- Fixed css not being loaded with AMD in case of multiple scripts.

View File

@ -1,6 +1,6 @@
{
"name": "jsoneditor",
"version": "2.2.2-SNAPSHOT",
"version": "2.2.2",
"description": "A web-based tool to view, edit and format JSON",
"tags": [
"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
*
* @author Jos de Jong, <wjosdejong@gmail.com>
* @version 2.2.2-SNAPSHOT
* @date 2013-07-31
* @version 2.2.2
* @date 2013-08-01
*/
(function () {

View File

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