Released version 2.2.2
This commit is contained in:
parent
252d03fdf1
commit
2816acbb75
|
@ -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.
|
||||
|
|
|
@ -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",
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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 () {
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue