Skip to content

Commit f5fb230

Browse files
karem505claude
andcommitted
chore: release v0.3.2 — Windows toast notifications fix (#3)
Ships the Windows AppUserModelID registration fix so toast notifications appear for installed Windows builds (issue #3, PR #4). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 74214a0 commit f5fb230

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 = "whatrust"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
edition = "2021"
55
rust-version = "1.82"
66

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": "whatRust",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"identifier": "com.karem.whatrust",
66
"build": {
77
"frontendDist": "../settings-ui"

0 commit comments

Comments
 (0)