Released version 2.3.1
This commit is contained in:
parent
99a3c5c34a
commit
fbedebd928
|
@ -3,9 +3,10 @@
|
|||
http://jsoneditoronline.org
|
||||
|
||||
|
||||
## not yet released, version 2.3.1
|
||||
## 2013-09-24, version 2.3.1
|
||||
|
||||
- Fixed non-working action menu when in bootstrap modal (z-index issue).
|
||||
- Fixed missing main field in package.json.
|
||||
|
||||
|
||||
## 2013-09-13, version 2.3.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jsoneditor",
|
||||
"version": "2.3.1-SNAPSHOT",
|
||||
"version": "2.3.1",
|
||||
"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.3.1-SNAPSHOT
|
||||
* @date 2013-09-16
|
||||
* @version 2.3.1
|
||||
* @date 2013-09-24
|
||||
*/
|
||||
(function () {
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jsoneditor",
|
||||
"version": "2.3.1-SNAPSHOT",
|
||||
"version": "2.3.1",
|
||||
"description": "A web-based tool to view, edit and format JSON",
|
||||
"tags": [
|
||||
"json",
|
||||
|
|
Loading…
Reference in New Issue