From 4e86a7122ce1a38c6eefe2f24eec56bb5265000d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominykas=20Blyz=CC=8Ce=CC=87?= Date: Sat, 21 Mar 2015 15:38:05 +0200 Subject: [PATCH] release 0.8.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db8ad13..500cdd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "h5o-chrome", - "version": "0.8.4", + "version": "0.8.5", "description": "Extension for Google Chrome / Chromium to generate a navigable page outline based on HTML5 outlining algorithm", "scripts": { "prepublish": "in-publish && [ -z '$TRAVIS' ] && ls dist/*.crx || in-install",