Skip to content

Commit 8e8c9d5

Browse files
committed
0.7.2
1 parent 36bbeed commit 8e8c9d5

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/sen-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sen-core"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
edition = "2021"
55
authors = ["Dawid Wasowski"]
66
description = "Core logic for Secure Encrypted Notepad — cryptography, settings, history"

crates/sen-desktop/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sen-desktop"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
edition = "2021"
55
default-run = "sen"
66
authors = ["Dawid Wasowski"]

crates/sen-i18n/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sen-i18n"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)