From eff94013ba7e65fc31dbbad91b7379b6bbbaf34c Mon Sep 17 00:00:00 2001 From: dargmuesli Date: Mon, 15 Aug 2022 01:47:13 +0000 Subject: [PATCH] fix(release): schedule release --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3a74b7a..7736cce 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dargstack_rgen", "version": "0.7.6", - "scheduleVersion": "0.7.6", + "scheduleVersion": "0.7.7", "description": "Generates a DargStack stack project readme.", "main": "src/generator.js", "repository": "https://github.com/dargmuesli/dargstack_rgen.git", @@ -33,4 +33,4 @@ "prepare": "if [[ -d '.git' && -d '.husky' ]]; then husky install && shx rm -rf .git/hooks && shx ln -s ../.husky .git/hooks; fi", "test": "node src/generator.js -p test/example_stack -v" } -} +} \ No newline at end of file