diff --git a/app/package.json b/app/package.json index 6a86fcb..9100c87 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "@av/harbor-app", "private": true, - "version": "0.2.6", + "version": "0.2.7", "type": "module", "scripts": { "dev": "vite", diff --git a/app/src-tauri/Cargo.toml b/app/src-tauri/Cargo.toml index a990c39..5f73c45 100644 --- a/app/src-tauri/Cargo.toml +++ b/app/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "harbor-app" -version = "0.2.6" +version = "0.2.7" description = "A companion app for Harbor LLM toolkit" authors = ["av"] edition = "2021" diff --git a/app/src-tauri/tauri.conf.json b/app/src-tauri/tauri.conf.json index bf314f1..c356271 100644 --- a/app/src-tauri/tauri.conf.json +++ b/app/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2.0.0-rc", "productName": "Harbor", - "version": "0.2.6", + "version": "0.2.7", "identifier": "com.harbor.app", "build": { "beforeDevCommand": "bun run dev", diff --git a/harbor.sh b/harbor.sh index 86a471d..3d632c7 100755 --- a/harbor.sh +++ b/harbor.sh @@ -3392,7 +3392,7 @@ run_repopack_command() { # ======================================================================== # Globals -version="0.2.6" +version="0.2.7" 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 22fbb30..978802a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@av/harbor", - "version": "0.2.6", + "version": "0.2.7", "bin": { "harbor": "./bin/harbor" }