Skip to content

Commit

Permalink
Update installer package for v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Carter committed Apr 25, 2022
1 parent 5619d21 commit bb61fc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Component.prototype.createOperations = function()

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Package>
<DisplayName>Visual Studio Code Support</DisplayName>
<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>
<ReleaseDate>2022-04-12</ReleaseDate>
<ReleaseDate>2022-04-25</ReleaseDate>
<Dependencies>net.sourceforge.openocd, net.launchpad.gcc.arm.embedded, net.launchpad.gcc.riscv.embedded, com.maximintegrated.libraries.periphdrivers</Dependencies>
<Script>installscript.js</Script>
<Version>1.4.0-2</Version>
<Version>1.4.1</Version>
<SortingPriority>1</SortingPriority>
</Package>

0 comments on commit bb61fc0

Please sign in to comment.