Fixed #202: removed `version` field from bower.json

This commit is contained in:
jos 2015-12-31 14:24:13 +01:00
parent 7eb0803185
commit acb2ca1b89
3 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,7 @@ https://github.com/josdejong/jsoneditor
## not yet released, version 5.0.1
- Fixed #130: option `onEditable` not available in mode `form`.
- Fixed #202: removed `version` field from bower.json.
## 2015-12-31, version 5.0.0

View File

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

View File

@ -5,7 +5,7 @@ This document describes the steps required to publish a new version of jsonedito
## Update version number
Update the version number in both package.json and bower.json.
Update the version number in package.json.
## Update history