Skip to content

Commit

Permalink
chore(*): release v0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
terasum committed Sep 19, 2024
1 parent 40ebfd2 commit e0a9fac
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no-install commitlint -e
1 change: 0 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

node "$(dirname -- "$0")/../scripts/check-version.js"
node "$(dirname -- "$0")/../scripts/update.cjs"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<h1 style="text-align: center">
<span>OpenChat</span>
</h1>
<h4 style="text-align: center">v0.2.7</h4>
<h4 style="text-align: center">v0.2.8</h4>

<h3 style="text-align: center">
A lightweight and elegant AI chat client for ChatGPT, Claude and other LLMs.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openchat",
"private": true,
"version": "0.2.7",
"version": "0.2.8",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openchat"
version = "0.2.7"
version = "0.2.8"
description = "openchat"
authors = ["terasum"]
license = "Reserved"
Expand Down
2 changes: 1 addition & 1 deletion src/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version":"0.2.7"
"version":"0.2.8"
}

0 comments on commit e0a9fac

Please sign in to comment.