Skip to content

Commit 9dbbe97

Browse files
committed
bump version
1 parent 8a94b30 commit 9dbbe97

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.3.1
4+
- fix logging of exceptions during savegame loading
5+
- fix non-uniqueness of savegame parent directories
6+
37
## v0.3.0
48
---
59
- replace displaying of save-time instead of last-write-time, resolves #2
@@ -8,11 +12,11 @@
812
- allows changing Kelvin and Virginias stats
913
- allows moving Kelvin and Virginia to the player or each other
1014

11-
1215
## v0.2.1
1316
---
1417
- add detailed options to regrow trees instead of reviving all, resolves
1518

19+
1620
## v0.2.0
1721
---
1822
- misc fixes

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.3.0")]
16-
[assembly: AssemblyInformationalVersion("0.3.0")]
15+
[assembly: AssemblyFileVersion("0.3.1")]
16+
[assembly: AssemblyInformationalVersion("0.3.1")]
1717
[assembly: AssemblyProduct("SOTFEdit")]
1818
[assembly: AssemblyTitle("SOTFEdit")]
19-
[assembly: AssemblyVersion("0.3.0")]
19+
[assembly: AssemblyVersion("0.3.1")]
2020
[assembly: TargetPlatform("Windows7.0")]
2121
[assembly: SupportedOSPlatform("Windows7.0")]
2222
[assembly: Guid("d59ec208-5fc6-4336-a9db-dbeb36938f78")]

0 commit comments

Comments
 (0)