From eb12061ec6d289244e48e0a8cf8cab593db3433d Mon Sep 17 00:00:00 2001 From: Ivan Charapanau Date: Tue, 3 Sep 2024 12:23:44 +0200 Subject: [PATCH] chore: v0.1.11 bump --- harbor.sh | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/harbor.sh b/harbor.sh index 6f96b6b..695dd6e 100755 --- a/harbor.sh +++ b/harbor.sh @@ -2153,7 +2153,7 @@ run_comfyui_command() { # == Main script # ======================================================================== -version="0.1.10" +version="0.1.11" harbor_repo_url="https://github.com/av/harbor.git" delimiter="|" scramble_exit_code=42 diff --git a/package.json b/package.json index 205db12..b37c1b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@av/harbor", - "version": "0.1.10", + "version": "0.1.11", "scripts": { "harbor": "./harbor.sh" }