We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b791d98 commit 2f55cbeCopy full SHA for 2f55cbe
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "yal-ui"
3
-version = "0.2.0"
+version = "0.3.0"
4
edition = "2021"
5
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
yal-backend/tauri.conf.json
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "yal",
- "version": "0.2.0",
+ "version": "0.3.0",
"identifier": "com.yal.app",
"build": {
7
"beforeDevCommand": "trunk serve",
0 commit comments