Skip to content

Commit

Permalink
new installer version (0.0.2.1) based on updates to AHK scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
WoosterInitiative committed May 24, 2021
1 parent 447827b commit b92664b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions QI Tools/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<!--replace this Id-->
<Product Id="C41DFF9D-01CD-43C1-A464-8AC2E72A8AEF"
<Product Id="9411D75C-25A0-488E-8872-CD4404BA82FF"
Name="Wooster AHK Scripts"
Language="1033"
Version="0.0.2.0"
Version="0.0.2.1"
Manufacturer="Wooster Technical Solutions"
UpgradeCode="82FBCE35-5FAA-4996-827E-81FA2665E7AE">

Expand All @@ -20,7 +20,7 @@
<UpgradeVersion OnlyDetect="no"
Property="PREVIOUSFOUND"
Minimum="0.0.0.0" IncludeMinimum="yes"
Maximum="0.0.2.0" IncludeMaximum="no" />
Maximum="0.0.2.1" IncludeMaximum="no" />
</Upgrade>


Expand Down

0 comments on commit b92664b

Please sign in to comment.