From 682f1ef1f830f72ae7beaa6b70dd53ca0949e7b0 Mon Sep 17 00:00:00 2001 From: Ivan Charapanau Date: Fri, 27 Sep 2024 20:57:57 +0200 Subject: [PATCH] chore: v0.1.32 bump --- harbor.sh | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/harbor.sh b/harbor.sh index 100ebd5..f72b920 100755 --- a/harbor.sh +++ b/harbor.sh @@ -3306,7 +3306,7 @@ run_stt_command() { # ======================================================================== # Globals -version="0.1.31" +version="0.1.32" harbor_repo_url="https://github.com/av/harbor.git" harbor_release_url="https://api.github.com/repos/av/harbor/releases/latest" delimiter="|" diff --git a/package.json b/package.json index 2729453..8be2042 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@av/harbor", - "version": "0.1.31", + "version": "0.1.32", "bin": { "harbor": "./bin/harbor" }