We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ed7d5 commit dd42aa2Copy full SHA for dd42aa2
3 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "tauri-app",
3
"private": true,
4
- "version": "1.0.8",
+ "version": "1.0.9",
5
"homepage": "https://holdon1996.github.io/dev-stack/",
6
"type": "module",
7
"scripts": {
src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tauri-app"
-version = "1.0.8"
+version = "1.0.9"
description = "A Tauri App"
authors = ["you"]
edition = "2021"
src-tauri/tauri.conf.json
"$schema": "https://schema.tauri.app/config/2",
"productName": "DevStack",
"identifier": "com.devstack.desktop",
"build": {
"beforeDevCommand": "npm run dev",
0 commit comments