Skip to content

Commit

Permalink
chore: v0.2.3 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
av committed Oct 1, 2024
1 parent e7679a3 commit 1f2fa66
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@av/harbor-app",
"private": true,
"version": "0.2.2",
"version": "0.2.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion app/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "harbor-app"
version = "0.2.2"
version = "0.2.3"
description = "A companion app for Harbor LLM toolkit"
authors = ["av"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion harbor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3340,7 +3340,7 @@ run_stt_command() {
# ========================================================================

# Globals
version="0.2.2"
version="0.2.3"
harbor_repo_url="https://github.com/av/harbor.git"
harbor_release_url="https://api.github.com/repos/av/harbor/releases/latest"
delimiter="|"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@av/harbor",
"version": "0.2.2",
"version": "0.2.3",
"bin": {
"harbor": "./bin/harbor"
}
Expand Down

0 comments on commit 1f2fa66

Please sign in to comment.