Skip to content

Commit 42d287d

Browse files
committed
bump version
1 parent 4d1480c commit 42d287d

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v0.12.4
4+
5+
### Features
6+
7+
- Add Item/Structure/Construction plater tool (Menu -> Tools)
8+
9+
### Bugfixes
10+
11+
- Fixed handling of equipped cloths and weapon mods on interactive map
12+
313
## v0.12.3
414

515
### Features

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

0 commit comments

Comments
 (0)