Skip to content

Commit 6cf10a2

Browse files
committed
Update version number
1 parent e232e86 commit 6cf10a2

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

Components/LiveSplit.SteamWorldDig.Randomizer.Updates.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<updates>
3+
<update version="1.3">
4+
<files>
5+
<file path="Components/LiveSplit.SteamWorldDig.Randomizer.dll" status="changed"/>
6+
</files>
7+
<changelog>
8+
<change>
9+
Fix version numbers
10+
</change>
11+
</changelog>
12+
</update>
313
<update version="1.2">
414
<files>
515
<file path="Components/LiveSplit.SteamWorldDig.Randomizer.dll" status="changed"/>
0 Bytes
Binary file not shown.

SteamWorldFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ public class SteamWorldFactory : IComponentFactory {
1111
public string UpdateName { get { return this.ComponentName; } }
1212
public string UpdateURL { get { return "https://raw.githubusercontent.com/clementgallet/LiveSplit.SteamWorldDig.Randomizer/master/"; } }
1313
public string XMLURL { get { return this.UpdateURL + "Components/LiveSplit.SteamWorldDig.Randomizer.Updates.xml"; } }
14-
public Version Version { get { return Version.Parse("1.2"); } }
14+
public Version Version { get { return Version.Parse("1.3"); } }
1515
}
1616
}

0 commit comments

Comments
 (0)