Skip to content

Commit 4a771f5

Browse files
committed
Version 1.1.1
1 parent 92f37e6 commit 4a771f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
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

8-
## [Unreleased]
8+
## [1.1.1] - 2024-03-07
99

1010
### Fixed
1111

Installer/Installer.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "OVR Lighthouse Manager"
5-
#define MyAppVersion "1.1.0"
5+
#define MyAppVersion "1.1.1"
66
#define MyAppPublisher "kurotu"
77
#define MyAppURL "https://github.com/kurotu/OVR-Lighthouse-Manager"
88
#define MyAppExeName "OVRLighthouseManager.exe"

OVRLighthouseManager/OVRLighthouseManager.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<EnableMsixTooling>true</EnableMsixTooling>
1616
<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>
1717
<WindowsPackageType>None</WindowsPackageType>
18-
<Version>1.1.0</Version>
18+
<Version>1.1.1</Version>
1919
</PropertyGroup>
2020
<ItemGroup>
2121
<None Remove="Documents\CHANGELOG.md" />

0 commit comments

Comments
 (0)