diff --git a/CHANGELOG.md b/CHANGELOG.md index ea87481..893e40f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.3] - 2026-06-08 + ### Fixed - Installed (Velopack) builds crashed on launch with a blank window — the published app was missing its resource index (`resources.pri`), so the first screen failed with a diff --git a/version.json b/version.json index 3a3c8e5..94a8c90 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.0.2", + "version": "1.0.3", "publicReleaseRefSpec": [ "^refs/tags/v\\d+\\.\\d+\\.\\d+" ]