From 872b51b16e482a635cfb2f74169ec24dcc435b98 Mon Sep 17 00:00:00 2001 From: John Cairns Date: Fri, 30 Sep 2022 20:47:52 +0000 Subject: [PATCH] quick fix - doc build script create _build folder --- bin/gendoc.sh | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/gendoc.sh b/bin/gendoc.sh index b1d19a3..538ca9e 100755 --- a/bin/gendoc.sh +++ b/bin/gendoc.sh @@ -2,7 +2,7 @@ set -e -BUILD=site/build +BUILD=site/_build if [ ! -d ${BUILD} ] then mkdir -p ${BUILD} diff --git a/package.json b/package.json index 207edb3..74aaa59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "collective-governance-v1", - "version": "0.8.4", + "version": "0.8.5", "description": "Open Source Community Governance Smart Contract", "main": "index.js", "directories": {