Skip to content

Commit c27bfeb

Browse files
committed
bump v0.6.7
1 parent f05ba5e commit c27bfeb

4 files changed

Lines changed: 20 additions & 18 deletions

File tree

Cargo.lock

Lines changed: 16 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ members = [
1818
]
1919

2020
[workspace.package]
21-
version = "0.6.6"
21+
version = "0.6.7"
2222
edition = "2021"
2323
license = "Apache-2.0 OR MIT"
2424
repository = "https://github.com/RightNow-AI/openfang"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<p align="center">
2020
<img src="https://img.shields.io/badge/language-Rust-orange?style=flat-square" alt="Rust" />
2121
<img src="https://img.shields.io/badge/license-MIT-blue?style=flat-square" alt="MIT" />
22-
<img src="https://img.shields.io/badge/version-0.6.6-green?style=flat-square" alt="v0.6.6" />
23-
<img src="https://img.shields.io/badge/tests-2,625%2B%20passing-brightgreen?style=flat-square" alt="Tests" />
22+
<img src="https://img.shields.io/badge/version-0.6.7-green?style=flat-square" alt="v0.6.7" />
23+
<img src="https://img.shields.io/badge/tests-2,657%2B%20passing-brightgreen?style=flat-square" alt="Tests" />
2424
<img src="https://img.shields.io/badge/clippy-0%20warnings-brightgreen?style=flat-square" alt="Clippy" />
2525
<a href="https://www.buymeacoffee.com/openfang" target="_blank"><img src="https://img.shields.io/badge/Buy%20Me%20a%20Coffee-FFDD00?style=flat-square&logo=buy-me-a-coffee&logoColor=black" alt="Buy Me A Coffee" /></a>
2626
</p>

crates/openfang-desktop/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "OpenFang",
4-
"version": "0.6.6",
4+
"version": "0.6.7",
55
"identifier": "ai.openfang.desktop",
66
"build": {},
77
"app": {

0 commit comments

Comments
 (0)