Skip to content

Commit f90c2e1

Browse files
committed
Release v1.3.1
1 parent dc6c060 commit f90c2e1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 1.3.1
11+
### Changed
12+
* Optimized scene switch overhead down from 1.5s to 140ms (as tested with ZTheme).
13+
1014
## 1.3.0
1115
This is the first release from KSPModStewards/HUDReplacer. For previous changelog
1216
entries check out the releases on <https://github.com/UltraJohn/HUDReplacer>.

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.0</Version>
5+
<Version>1.3.1</Version>
66

77
<TargetFramework>net4.8</TargetFramework>
88
<!-- <DebugType>portable</DebugType> -->

0 commit comments

Comments
 (0)