File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public class RunnerEngine
20
20
public string SnakemakeCommand { get ; private set ; }
21
21
public string SpritzCMDCommand { get ; set ; }
22
22
23
- public static readonly string CurrentVersion = "0.3.12 " ;
23
+ public static readonly string CurrentVersion = "0.3.13 " ;
24
24
public static readonly bool PrebuiltSpritzMods = true ; // always using prebuilt library now
25
25
public RunnerEngine ( Tuple < string , SpritzOptions > task , string outputFolder )
26
26
{
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Wix xmlns =" http://schemas.microsoft.com/wix/2006/wi" >
3
3
<?define SpritzTargetDir =$(var.SpritzGUI.TargetDir)?>
4
- <Product Id =" *" Name =" Spritz" Language =" 1033" Version =" 0.3.10 " Manufacturer =" Smith Group" UpgradeCode =" 5af693cd-1556-4ef4-9c24-e1242de081de" >
4
+ <Product Id =" *" Name =" Spritz" Language =" 1033" Version =" 0.3.13 " Manufacturer =" Smith Group" UpgradeCode =" 5af693cd-1556-4ef4-9c24-e1242de081de" >
5
5
<Package InstallerVersion =" 200" Compressed =" yes" InstallScope =" perMachine" />
6
6
<MediaTemplate EmbedCab =" yes" />
7
7
You can’t perform that action at this time.
0 commit comments