Skip to content

Commit

Permalink
update both versions (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
acesnik authored Jun 19, 2024
1 parent c62209b commit 010267e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Spritz/SpritzBackend/RunnerEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class RunnerEngine
public string SnakemakeCommand { get; private set; }
public string SpritzCMDCommand { get; set; }

public static readonly string CurrentVersion = "0.3.12";
public static readonly string CurrentVersion = "0.3.13";
public static readonly bool PrebuiltSpritzMods = true; // always using prebuilt library now
public RunnerEngine(Tuple<string, SpritzOptions> task, string outputFolder)
{
Expand Down
2 changes: 1 addition & 1 deletion Spritz/SpritzInstaller/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<?define SpritzTargetDir=$(var.SpritzGUI.TargetDir)?>
<Product Id="*" Name="Spritz" Language="1033" Version="0.3.10" Manufacturer="Smith Group" UpgradeCode="5af693cd-1556-4ef4-9c24-e1242de081de">
<Product Id="*" Name="Spritz" Language="1033" Version="0.3.13" Manufacturer="Smith Group" UpgradeCode="5af693cd-1556-4ef4-9c24-e1242de081de">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
<MediaTemplate EmbedCab="yes"/>

Expand Down

0 comments on commit 010267e

Please sign in to comment.