From 677fe667decaef7e6ba6f8713dfb718a7914f5aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominykas=20Blyz=CC=8Ce=CC=87?= Date: Wed, 5 Aug 2015 16:26:21 +0300 Subject: [PATCH] release 0.8.13 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 547104d..b89612d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "h5o-chrome", - "version": "0.8.12", + "version": "0.8.13", "description": "Extension for Google Chrome / Chromium to generate a navigable page outline based on HTML5 outlining algorithm", "scripts": { "prepublish": "in-publish && [ ! -z $TRAVIS_TAG ] && ls dist/*.crx || in-install", @@ -41,7 +41,7 @@ "grunt-contrib-copy": "0.8.x", "grunt-contrib-watch": "0.6.x", "grunt-gh-pages": "0.10.x", - "h5o": "0.10.x", + "h5o": "0.11.x", "in-publish": "1.x", "load-grunt-tasks": "3.1.x", "shelljs": "0.4.x",