From 932757a4c2a54230efeca0aa00835d0bda287b50 Mon Sep 17 00:00:00 2001 From: dargmuesli Date: Mon, 14 Mar 2022 00:32:18 +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 2380743f..3aa23b43 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "dargstack-example_stack", "private": true, "version": "2.2.5", - "scheduleVersion": "2.2.5", + "scheduleVersion": "2.2.6", "description": "Basic stack configuration to see what DargStack is meant for.", "repository": "https://github.com/dargmuesli/dargstack-example_stack.git", "author": "Jonas Thelemann ", @@ -18,4 +18,4 @@ "scripts": { "prepare": "if [[ -d '.git' && -d '.husky' ]]; then husky install && shx rm -rf .git/hooks && shx ln -s ../.husky .git/hooks; fi" } -} +} \ No newline at end of file