From 3814544ca26e59d584fe3a29330e7f78736f4cea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20=C4=86wirko?= Date: Sun, 2 May 2021 22:00:41 +0200 Subject: [PATCH] bugfix for links in postsList --- bin/packagejson.template | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/packagejson.template b/bin/packagejson.template index 38f5f9c..5c1f0ba 100644 --- a/bin/packagejson.template +++ b/bin/packagejson.template @@ -8,6 +8,6 @@ "start": "harold-scripts start" }, "devDependencies": { - "harold-scripts": "^0.3.0" + "harold-scripts": "^0.3.1" } } diff --git a/package.json b/package.json index 5a2fc12..d845070 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-harold-app", - "version": "0.3.0", + "version": "0.3.1", "description": "Static blog/site generator", "author": "Julian Ćwirko (julian.io)", "license": "MIT",