From ac6e65d88cf4885a630dbac1a0580e227084f96d Mon Sep 17 00:00:00 2001 From: spring-raining Date: Fri, 7 Aug 2020 00:16:02 +0900 Subject: [PATCH] Release 0.1.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b990b9..7bf201a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "create-book", "description": "The fastest way to start writing book with Vivliostyle ecosystem.", - "version": "0.1.3", + "version": "0.1.4", "author": "Yasuaki Uechi ", "scripts": { "build": "shx rm -rf lib/* && NODE_ENV=production tsc && shx chmod +x lib/cli.js",