From 485ecd3ed8f43f9e300c1cdb9d506f1e5d06aba7 Mon Sep 17 00:00:00 2001 From: dargmuesli Date: Mon, 26 Sep 2022 01:58:19 +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 b35639e..6095fde 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dargstack_rgen", "version": "0.7.9", - "scheduleVersion": "0.7.9", + "scheduleVersion": "0.7.10", "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