Skip to content

Commit 897346c

Browse files
committed
bumping version number -> v2.1.2
1 parent 4cb163b commit 897346c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vscode/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
// See https://go.microsoft.com/fwlink/?LinkId=733558
33
// for the documentation about the tasks.json format
4-
"version": "2.0.0",
4+
"version": "2.1.2",
55
"tasks": [
66
{
77
"label": "build",

src/UE_QuickLaunch_installer/Package.wxs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
22
xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui">
3-
<Package Name="UE_QuickLaunch" Manufacturer="SKVFX" Version="2.1.1.0" UpgradeCode="5841e624-2d30-4a43-9d17-ac613df29903">
3+
<Package Name="UE_QuickLaunch" Manufacturer="SKVFX" Version="2.1.2.0" UpgradeCode="5841e624-2d30-4a43-9d17-ac613df29903">
44
<MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" />
55

66
<Property Id="URL" Value="https://github.com/ScottKirvan/UE_QuickLaunch" />

0 commit comments

Comments
 (0)