Skip to content

Commit 385ec1a

Browse files
committed
chore: bump version to 0.7.3
1 parent ad00ca4 commit 385ec1a

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "proxycast",
33
"private": true,
4-
"version": "0.7.2",
4+
"version": "0.7.3",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proxycast"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
description = "AI API Proxy Desktop App"
55
authors = ["you"]
66
edition = "2021"

src-tauri/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": "ProxyCast",
4-
"version": "0.7.2",
4+
"version": "0.7.3",
55
"identifier": "com.proxycast.app",
66
"build": {
77
"beforeDevCommand": "npm run dev",

src/components/settings/AboutSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ interface ToolVersion {
2121

2222
export function AboutSection() {
2323
const [versionInfo] = useState<VersionInfo>({
24-
current: "0.7.2",
24+
current: "0.7.3",
2525
latest: undefined,
2626
hasUpdate: false,
2727
});

0 commit comments

Comments
 (0)