We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad6db0 commit 94c623cCopy full SHA for 94c623c
3 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "codex-switch-plus",
3
"private": true,
4
- "version": "0.1.0",
+ "version": "0.1.1",
5
"type": "module",
6
"scripts": {
7
"dev": "vite",
src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "codex-switch-plus"
-version = "0.1.0"
+version = "0.1.1"
description = "A Tauri App"
authors = ["you"]
edition = "2021"
src-tauri/tauri.conf.json
"$schema": "https://schema.tauri.app/config/2",
"productName": "codex-switch-plus",
"identifier": "com.sube.codex-switch-plus",
"build": {
"beforeDevCommand": "pnpm dev",
0 commit comments