Skip to content

Commit 7985537

Browse files
chore: release v0.1.33 (#132)
Co-authored-by: GitHub Action <action@github.com>
1 parent e0b89e7 commit 7985537

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "token_proxy",
33
"description": "Local AI API proxy for OpenAI/Gemini/Anthropic with token usage tracking, load balancing, and priority routing.",
44
"private": true,
5-
"version": "0.1.32",
5+
"version": "0.1.33",
66
"type": "module",
77
"scripts": {
88
"dev": "vite",

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 = "token_proxy"
3-
version = "0.1.32"
3+
version = "0.1.33"
44
description = "A Tauri 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": "Token Proxy",
4-
"version": "0.1.32",
4+
"version": "0.1.33",
55
"identifier": "com.mxyhi.token-proxy",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)