diff --git a/harbor.sh b/harbor.sh index 9bfd4a2..619b065 100755 --- a/harbor.sh +++ b/harbor.sh @@ -2273,7 +2273,7 @@ run_ollama_command() { # == Main script # ======================================================================== -version="0.1.13" +version="0.1.14" harbor_repo_url="https://github.com/av/harbor.git" delimiter="|" scramble_exit_code=42 diff --git a/package.json b/package.json index 93947a9..5699901 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@av/harbor", - "version": "0.1.13", + "version": "0.1.14", "scripts": { "harbor": "./harbor.sh" }