Skip to content

Commit df7a45b

Browse files
Bumped Version
1 parent 4aa0fcf commit df7a45b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Build Installer
22

3-
run-name: 4.1.0-ci.${{ github.run_number }} | ${{ github.event_name != 'workflow_dispatch' && (github.event.head_commit.message || format('`[PR]` {0}', github.event.pull_request.title)) || 'Manual Build' }}
3+
run-name: 4.1.1-ci.${{ github.run_number }} | ${{ github.event_name != 'workflow_dispatch' && (github.event.head_commit.message || format('`[PR]` {0}', github.event.pull_request.title)) || 'Manual Build' }}
44

55
env:
6-
DEVVERSION: "4.1.0"
6+
DEVVERSION: "4.1.1"
77

88
on:
99
push:

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>4.1.0</Version>
3+
<Version>4.1.1</Version>
44

55
<TargetFramework>net8.0</TargetFramework>
66

MelonLoader.Installer/app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- This manifest is used on Windows only.
44
Don't remove it as it might cause problems with window transparency and embeded controls.
55
For more details visit https://learn.microsoft.com/en-us/windows/win32/sbscs/application-manifests -->
6-
<assemblyIdentity version="4.0.1.0" name="MelonLoader.Installer" />
6+
<assemblyIdentity version="4.1.1.0" name="MelonLoader.Installer" />
77

88
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
99
<application>

0 commit comments

Comments
 (0)