Skip to content

Commit 010267e

Browse files
authored
update both versions (#242)
1 parent c62209b commit 010267e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Spritz/SpritzBackend/RunnerEngine.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class RunnerEngine
2020
public string SnakemakeCommand { get; private set; }
2121
public string SpritzCMDCommand { get; set; }
2222

23-
public static readonly string CurrentVersion = "0.3.12";
23+
public static readonly string CurrentVersion = "0.3.13";
2424
public static readonly bool PrebuiltSpritzMods = true; // always using prebuilt library now
2525
public RunnerEngine(Tuple<string, SpritzOptions> task, string outputFolder)
2626
{

Spritz/SpritzInstaller/Product.wxs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
33
<?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">
55
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
66
<MediaTemplate EmbedCab="yes"/>
77

0 commit comments

Comments
 (0)