We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5afbac1 commit 2420e85Copy full SHA for 2420e85
3 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "forwardemail-webmail-client",
3
- "version": "0.7.2",
+ "version": "0.7.3",
4
"private": true,
5
"type": "module",
6
"packageManager": "pnpm@9.0.0",
src-tauri/Cargo.toml
[package]
name = "forwardemail-desktop"
-version = "0.7.2"
+version = "0.7.3"
description = "Forward Email - Privacy-focused email client"
authors = ["Forward Email <support@forwardemail.net>"]
license = "BUSL-1.1"
src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
"$schema": "https://schema.tauri.app/config/2",
"productName": "Forward Email",
"identifier": "net.forwardemail.mail",
"build": {
7
"beforeBuildCommand": "pnpm build",
0 commit comments