Skip to content

Commit cbacc2f

Browse files
committed
Bump version to 1.0.3
1 parent 0070500 commit cbacc2f

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to DMINLauncher will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.3] - 2024-01-15
9+
10+
### Changed
11+
- 🎨 Switched to fluent compact theme
12+
- 🔍 Updated search logic
13+
814
## [1.0.2] - 2024-01-15
915

1016
### Added

DMINLauncher.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<AssemblyName>DMINLauncher</AssemblyName>
1010

1111
<!-- Version Information -->
12-
<Version>1.0.2</Version>
13-
<AssemblyVersion>1.0.2</AssemblyVersion>
14-
<FileVersion>1.0.2</FileVersion>
15-
<InformationalVersion>1.0.2</InformationalVersion>
12+
<Version>1.0.3</Version>
13+
<AssemblyVersion>1.0.3</AssemblyVersion>
14+
<FileVersion>1.0.3</FileVersion>
15+
<InformationalVersion>1.0.3</InformationalVersion>
1616

1717
<!-- Application Icon -->
1818
<ApplicationIcon>Assets\doom.ico</ApplicationIcon>

0 commit comments

Comments
 (0)