Skip to content

Commit 9aaeb82

Browse files
authored
Release v1.3.2 (#11)
1 parent 9ec220b commit 9aaeb82

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## Unreleased
9+
## 1.3.2
910
### Fixed
1011
* Fixed a bug where a replacement with an explicitly specified size would not
1112
be selected if it didn't match the size of the texture it was replacing.

src/HUDReplacer/HUDReplacer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>A mod that allows you to replace the HUD/UI of Kerbal Space Program</Description>
44

5-
<Version>1.3.1</Version>
5+
<Version>1.3.2</Version>
66

77
<TargetFramework>net4.8</TargetFramework>
88
<LangVersion>latest</LangVersion>

0 commit comments

Comments
 (0)