Skip to content

Commit 75016a4

Browse files
committed
minor
1 parent 158e7f3 commit 75016a4

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("3.2.0")]
35-
[assembly: AssemblyFileVersion("3.2.0")]
34+
[assembly: AssemblyVersion("3.2.0.1")]
35+
[assembly: AssemblyFileVersion("3.2.0.1")]
0 Bytes
Binary file not shown.

update/update.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,12 @@
5050
<change>Code cleanups and refactoring</change>
5151
</changelog>
5252
</update>
53+
<update version="3.2.0.1">
54+
<files>
55+
<file path="Components/LiveSplit.SourceSplit.dll" status="changed" />
56+
</files>
57+
<changelog>
58+
<change>Added some checks to prevent extra ticks being accounted into time</change>
59+
</changelog>
60+
</update>
5361
</updates>

0 commit comments

Comments
 (0)