We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38b157 commit 4502830Copy full SHA for 4502830
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "doay",
3
"private": true,
4
- "version": "1.0.6",
+ "version": "1.0.7",
5
"type": "module",
6
"scripts": {
7
"dev": "vite",
src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "doay"
-version = "1.0.6"
+version = "1.0.7"
description = "A Doay App"
authors = ["Doay"]
edition = "2021"
src-tauri/tauri.conf.json
"$schema": "https://schema.tauri.app/config/2",
"productName": "Doay",
"identifier": "doay",
"build": {
"beforeDevCommand": "pnpm dev",
0 commit comments