Skip to content

Commit 606e81f

Browse files
committed
bump version to 1.0.1
1 parent 1dd1bde commit 606e81f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Gui/Gui.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@
1111
<StartupObject>OpenLoco.ObjectEditor.Gui.Program</StartupObject>
1212
<PackageReadmeFile>README.md</PackageReadmeFile>
1313
<RepositoryUrl>https://github.com/OpenLoco/OpenLocoObjectEditor</RepositoryUrl>
14-
<AssemblyVersion>1.0.0</AssemblyVersion>
15-
<FileVersion>1.0.0</FileVersion>
14+
<AssemblyVersion>1.0.1</AssemblyVersion>
15+
<FileVersion>$(AssemblyVersion)</FileVersion>
1616
<AssemblyName>ObjectEditor</AssemblyName>
1717
<Authors>LeftofZen</Authors>
1818
<Product>$(AssemblyName) $(AssemblyVersion)</Product>
19+
<Version>$(AssemblyVersion)</Version>
1920
</PropertyGroup>
2021

2122
<ItemGroup>

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1

0 commit comments

Comments
 (0)