Release v0.1.2
This commit is contained in:
parent
67aa527b3a
commit
2368b9e7ee
5 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "handy-app",
|
||||
"private": true,
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
|
|
|||
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
|
|
@ -1952,7 +1952,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "handy"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"cpal",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "handy"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
description = "Handy"
|
||||
authors = ["cjpais"]
|
||||
edition = "2021"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Handy",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"identifier": "com.pais.handy",
|
||||
"build": {
|
||||
"beforeDevCommand": "bun run dev",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ const Footer: React.FC = () => {
|
|||
setVersion(appVersion);
|
||||
} catch (error) {
|
||||
console.error("Failed to get app version:", error);
|
||||
setVersion("0.1.1"); // fallback version
|
||||
setVersion("0.1.2"); // fallback version
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue