From acb2ca1b899a14235c5ab090339ead86c1f9d88a Mon Sep 17 00:00:00 2001 From: jos Date: Thu, 31 Dec 2015 14:24:13 +0100 Subject: [PATCH] Fixed #202: removed `version` field from bower.json --- HISTORY.md | 1 + bower.json | 1 - misc/how_to_publish.md | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 07924d9..3e9053b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 diff --git a/bower.json b/bower.json index 3d702b1..933e66d 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,5 @@ { "name": "jsoneditor", - "version": "5.0.0", "description": "A web-based tool to view, edit and format JSON", "tags": [ "json", diff --git a/misc/how_to_publish.md b/misc/how_to_publish.md index b986f40..84799ff 100644 --- a/misc/how_to_publish.md +++ b/misc/how_to_publish.md @@ -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