From c8a0ec200aa33fd03d8aec6e1d3a4d8455fe3f37 Mon Sep 17 00:00:00 2001 From: Subramanya Sastry Date: Fri, 4 Nov 2016 16:07:45 -0500 Subject: [PATCH] Bump version to 0.6.0 for new deb release + update HISTORY.md * Updated HISTORY file based on Parsoid deployment logs and added only the most pertinent entries. Change-Id: If07bc75fcb09507cae30fc82d7d89b8d87a4c69b --- lib/ext/Cite/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ext/Cite/index.js b/lib/ext/Cite/index.js index 5ede05c9f..238765635 100644 --- a/lib/ext/Cite/index.js +++ b/lib/ext/Cite/index.js @@ -6,7 +6,7 @@ var entities = module.parent.require('entities'); -var ParsoidExtApi = module.parent.require('./extapi.js').versionCheck('^0.5.1'); +var ParsoidExtApi = module.parent.require('./extapi.js').versionCheck('^0.6.0'); var Util = ParsoidExtApi.Util; var DU = ParsoidExtApi.DOMUtils; var Promise = ParsoidExtApi.Promise;