From 3b8ae83c0faab1cc4fd08105f40fe0d3c10851ad Mon Sep 17 00:00:00 2001 From: Ivan Charapanau Date: Sat, 28 Sep 2024 00:43:43 +0200 Subject: [PATCH] chore: v0.1.35 bump --- harbor.sh | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/harbor.sh b/harbor.sh index b1050c1..f46fecc 100755 --- a/harbor.sh +++ b/harbor.sh @@ -3306,7 +3306,7 @@ run_stt_command() { # ======================================================================== # Globals -version="0.1.34" +version="0.1.35" 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 4af3d70..7c8a535 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@av/harbor", - "version": "0.1.34", + "version": "0.1.35", "bin": { "harbor": "./bin/harbor" }