Skip to content

Commit bb61fc0

Browse files
committed
Update installer package for v1.4.1
1 parent 5619d21 commit bb61fc0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

installer/com.maximintegrated.dist.vscodemaxim/meta/installscript.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Component.prototype.createOperations = function()
2323

2424
Component.prototype.installationFinished = function()
2525
{
26-
var tag = "v1.4.0";
26+
var tag = "v1.4.1";
2727
var tag_url = "https://github.com/MaximIntegratedTechSupport/VSCode-Maxim/tree/" + tag;
2828
var release_url = "https://github.com/MaximIntegratedTechSupport/VSCode-Maxim/releases/tag/" + tag;
2929

Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Package>
22
<DisplayName>Visual Studio Code Support</DisplayName>
33
<Description>Project files, templates, and documentation for integrating Visual Studio Code and the MaximSDK. Example projects come pre-populated with .vscode project folders, and this package contains information on how to use them. It installs to "Tools/VSCode-Maxim".</Description>
4-
<ReleaseDate>2022-04-12</ReleaseDate>
4+
<ReleaseDate>2022-04-25</ReleaseDate>
55
<Dependencies>net.sourceforge.openocd, net.launchpad.gcc.arm.embedded, net.launchpad.gcc.riscv.embedded, com.maximintegrated.libraries.periphdrivers</Dependencies>
66
<Script>installscript.js</Script>
7-
<Version>1.4.0-2</Version>
7+
<Version>1.4.1</Version>
88
<SortingPriority>1</SortingPriority>
99
</Package>

0 commit comments

Comments
 (0)