Skip to content

Commit 6b894fa

Browse files
committed
bump version
1 parent 110b36e commit 6b894fa

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## v0.11.16
44

5+
### Bugfixes
6+
7+
- Preserve ordering of screw structures to prevent gardening plots from shuffling around
8+
9+
## v0.11.16
10+
511
### Features
612

713
- Added blueprints for Grind Trap, Spotlight, Clock, Spin Trap, Double Bed, Spear Thrower Trap, Spear Storage

SOTFEdit/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
// app, or any theme specific resource dictionaries)
1313
)]
1414
[assembly: AssemblyCompany("codengine")]
15-
[assembly: AssemblyFileVersion("0.11.16")]
16-
[assembly: AssemblyInformationalVersion("0.11.16")]
15+
[assembly: AssemblyFileVersion("0.11.17")]
16+
[assembly: AssemblyInformationalVersion("0.11.17")]
1717
[assembly: AssemblyProduct("SOTFEdit")]
1818
[assembly: AssemblyTitle("SOTFEdit")]
19-
[assembly: AssemblyVersion("0.11.16")]
19+
[assembly: AssemblyVersion("0.11.17")]
2020
[assembly: TargetPlatform("Windows7.0")]
2121
[assembly: SupportedOSPlatform("Windows7.0")]
2222
[assembly: Guid("d59ec208-5fc6-4336-a9db-dbeb36938f78")]

0 commit comments

Comments
 (0)