Skip to content

Commit 02b595e

Browse files
committed
chore(release): 0.7.5
1 parent a4654d5 commit 02b595e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "forwardemail-webmail-client",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"private": true,
55
"type": "module",
66
"packageManager": "pnpm@9.0.0",

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "forwardemail-desktop"
3-
version = "0.7.4"
3+
version = "0.7.5"
44
description = "Forward Email - Privacy-focused email client"
55
authors = ["Forward Email <support@forwardemail.net>"]
66
license = "BUSL-1.1"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Forward Email",
4-
"version": "0.7.4",
4+
"version": "0.7.5",
55
"identifier": "net.forwardemail.mail",
66
"build": {
77
"beforeBuildCommand": "pnpm build",

0 commit comments

Comments
 (0)