Skip to content

Commit fe00cfc

Browse files
committed
Bump to 0.4.1
1 parent ad4caf4 commit fe00cfc

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.x.x:
1+
0.4.1:
22
Runtime:
33
- Fixed the main menu not loading if no maps are installed.
44

MapifyEditor/MapifyEditor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
<Exec Condition="Exists('$(DvInstallDir)') And '$(IsEditor)' != 'true'" Command="pwsh -Command &quot;(../package.ps1 -NoArchive -OutputDirectory '$(DvInstallDir)/Mods')&quot;" />
5050

5151
<!-- Update package version number -->
52-
<Exec Condition="'$(OS)' != 'Windows_NT' And '$(IsEditor)' == 'true'" Command="pwsh -Command &quot;((Get-Content -Raw -Path '../info.json' | ConvertFrom-Json).Version | Set-Content -NoNewline -Encoding utf8BOM -Path '../PackageBuilder/Assets/Mapify/version.txt')&quot;" />
52+
<Exec Condition="'$(IsEditor)' == 'true'" Command="pwsh -Command &quot;((Get-Content -Raw -Path '../info.json' | ConvertFrom-Json).Version | Set-Content -NoNewline -Encoding utf8NoBOM -Path '../PackageBuilder/Assets/Mapify/version.txt')&quot;" />
5353
</Target>
5454
</Project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.4.1

info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Id": "Mapify",
3-
"Version": "0.4.0",
3+
"Version": "0.4.1",
44
"DisplayName": "Mapify",
55
"Author": "Insprill",
66
"EntryMethod": "Mapify.Mapify.Load",

0 commit comments

Comments
 (0)