Released version 2.3.0

This commit is contained in:
josdejong 2013-09-13 21:50:58 +02:00
parent 0915c8366c
commit e34cfc1e52
7 changed files with 9 additions and 8 deletions

View File

@ -1,4 +1,5 @@
app
bower.json
build
downloads
jsoneditor

View File

@ -3,7 +3,7 @@
http://jsoneditoronline.org
## not yet released, version 2.3.0
## 2013-09-13, version 2.3.0
- Implemented an option `modes`, which creates a menu in the editor
where the user can switch between the selected editor modes.

View File

@ -11,7 +11,7 @@
"http://jsoneditoronline.org/NOTICE"
],
"launch": {
"web_url": "http://jsoneditoronline.org/index.html?referrer=chrome_app"
"web_url": "http://jsoneditoronline.org/index.html"
}
},
"icons": {

View File

@ -1,6 +1,6 @@
{
"name": "jsoneditor",
"version": "2.3.0-SNAPSHOT",
"version": "2.3.0",
"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.3.0-SNAPSHOT
* @date 2013-09-12
* @version 2.3.0
* @date 2013-09-13
*/
(function () {

View File

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