From d1cbab529d81fc5cabd858711aece72395ab141d Mon Sep 17 00:00:00 2001 From: Marius Petcu Date: Mon, 25 May 2015 11:51:19 +0300 Subject: [PATCH] 0.7.33 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 91f0f7e..db872b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lfa", - "version": "0.7.32", + "version": "0.7.33", "description": "LearnForward Author - HTML5 textbook publishing tool", "keywords": [ "textbook", @@ -103,4 +103,4 @@ "coverage": "./node_modules/istanbul/lib/cli.js cover --report lcov ./node_modules/mocha/bin/_mocha --", "coveralls": "./node_modules/istanbul/lib/cli.js cover --report lcovonly ./node_modules/mocha/bin/_mocha -- && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js" } -} +} \ No newline at end of file