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" }