Skip to content

Commit

Permalink
chore: v0.2.1 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
av committed Sep 30, 2024
1 parent 9d1c78e commit e6169f0
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.0",
"version": "0.2.1",
"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.0"
version = "0.2.1"
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.0"
version="0.2.1"
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.0",
"version": "0.2.1",
"bin": {
"harbor": "./bin/harbor"
}
Expand Down

0 comments on commit e6169f0

Please sign in to comment.