Skip to content

Commit

Permalink
Released version 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Sep 3, 2014
1 parent 14db063 commit b03dd76
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions jsoneditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
* Copyright (c) 2011-2014 Jos de Jong, http://jsoneditoronline.org
*
* @author Jos de Jong, <[email protected]>
* @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')
Expand Down
4 changes: 2 additions & 2 deletions jsoneditor.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit b03dd76

Please sign in to comment.