From 09cb0d22289d56430ecc78a4b4d2cea2c2935a64 Mon Sep 17 00:00:00 2001 From: Ivan Charapanau Date: Sat, 14 Sep 2024 23:25:18 +0200 Subject: [PATCH] chore: v0.1.22 bump --- harbor.sh | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/harbor.sh b/harbor.sh index 4a221f7..bc16e7d 100755 --- a/harbor.sh +++ b/harbor.sh @@ -2924,7 +2924,7 @@ run_jupyter_command() { # ======================================================================== # Globals -version="0.1.21" +version="0.1.22" harbor_repo_url="https://github.com/av/harbor.git" delimiter="|" scramble_exit_code=42 diff --git a/package.json b/package.json index 49eb416..a172d4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@av/harbor", - "version": "0.1.21", + "version": "0.1.22", "bin": { "harbor": "./bin/harbor" }