Released version 3.1.2

This commit is contained in:
jos 2014-09-03 11:54:08 +02:00
parent 14db0632c2
commit b03dd76c81
5 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@
https://github.com/josdejong/jsoneditor
## not yet released, version 3.1.2
## 2014-09-03, version 3.1.2
- Some fixes/improvements in `parseJS` (to parse a JSON object from a JavaScript
object).

View File

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

View File

@ -23,8 +23,8 @@
* Copyright (c) 2011-2014 Jos de Jong, http://jsoneditoronline.org
*
* @author Jos de Jong, <wjosdejong@gmail.com>
* @version 3.1.2-SNAPSHOT
* @date 2014-08-28
* @version 3.1.2
* @date 2014-09-03
*/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')

4
jsoneditor.min.js vendored

File diff suppressed because one or more lines are too long

View File

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