From 07706a9f30da8810336bbfab7321cede462b6f24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20=C4=86wirko?= Date: Mon, 31 May 2021 23:50:51 +0200 Subject: [PATCH] verision bump --- README.md | 2 ++ package.json | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c55bb7b..887c591 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ ## harold-scripts This package includes scripts and configuration used by [Create Harold App](https://www.npmjs.com/package/create-harold-app). + +Docs: [www.haroldjs.com](https://www.haroldjs.com) diff --git a/package.json b/package.json index 62bbe51..7281c4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "harold-scripts", - "version": "0.3.2", + "version": "0.3.3", "description": "Harold JS Scripts for Create Harold App", "author": "Julian Ćwirko (julian.io)", "engines": { @@ -9,6 +9,7 @@ "bin": { "harold-scripts": "./bin/harold-scripts.js" }, + "homepage": "https://www.haroldjs.com", "repository": { "type": "git", "url": "https://github.com/juliancwirko/harold-scripts"