Skip to content

Commit

Permalink
chore(*): release 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
terasum committed Sep 21, 2024
1 parent 1b72d7f commit 953687b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<h1 style="text-align: center"><span>OpenChat</span></h1>
</div>
<div style="display: flex; justify-content: center;" align="center">
<h3 style="text-align: center">v0.2.9</h3>
<h3 style="text-align: center">v0.2.10</h3>
</div>
<div style="display: flex; justify-content: center;" align="center">
<img alt="MacOS" src="https://img.shields.io/badge/-MacOS-black?style=flat&logo=apple&logoColor=white" />
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.9",
"version": "0.2.10",
"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.9"
version = "0.2.10"
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.9"
"version":"0.2.10"
}

0 comments on commit 953687b

Please sign in to comment.