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 6339c86 commit 5ad1f19Copy full SHA for 5ad1f19
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "presto",
3
"private": true,
4
- "version": "0.1.13",
+ "version": "0.1.14",
5
"type": "module",
6
"scripts": {
7
"tauri": "tauri",
src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "presto"
-version = "0.1.13"
+version = "0.1.14"
description = "A Tauri App"
authors = ["Stefano Novelli"]
edition = "2021"
src-tauri/tauri.conf.json
"$schema": "https://schema.tauri.app/config/2",
"productName": "presto",
"identifier": "com.presto.app",
"build": {
"frontendDist": "../src"
0 commit comments