Skip to content

Commit d96c472

Browse files
committed
chore(release): 0.11.20
1 parent 69d4a81 commit d96c472

4 files changed

Lines changed: 4 additions & 4 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.11.19",
3+
"version": "0.11.20",
44
"private": true,
55
"type": "module",
66
"packageManager": "pnpm@9.15.9",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.11.19"
3+
version = "0.11.20"
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.11.19",
4+
"version": "0.11.20",
55
"identifier": "net.forwardemail.mail",
66
"build": {
77
"beforeBuildCommand": "pnpm build",

0 commit comments

Comments
 (0)