Skip to content

Commit

Permalink
Update mbed-cli to version 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arekzaluski committed Dec 10, 2018
1 parent e1b5675 commit ef44523
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions prerequisites/download-prerequisites.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ $url = "https://developer.mbed.org/media/downloads/drivers/mbedWinSerial_16466.e
$file = "$storageDir\mbedWinSerial_16466.exe"
$webclient.DownloadFile($url,$file)
#Download mbed-cli
$url = "https://www.github.com/ARMmbed/mbed-cli/archive/1.7.5.zip"
$file = "$storageDir\mbed-cli-1.7.5.zip"
$url = "https://www.github.com/ARMmbed/mbed-cli/archive/1.8.3.zip"
$file = "$storageDir\mbed-cli-1.8.3.zip"
$webclient.DownloadFile($url,$file)
6 changes: 3 additions & 3 deletions source/install.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ ${StrTrimNewLines}
;--------------------------------
;Config Section
!define PRODUCT_NAME "Mbed CLI for Windows"
!define PRODUCT_VERSION "0.4.8"
!define MBED_CLI_ZIP "mbed-cli-1.7.5.zip"
!define MBED_CLI_VERSION "mbed-cli-1.7.5"
!define PRODUCT_VERSION "0.4.10"
!define MBED_CLI_ZIP "mbed-cli-1.8.3.zip"
!define MBED_CLI_VERSION "mbed-cli-1.8.3"
!define MBED_CLI_ENV "MBED_CLI_TOOLS"
!define PRODUCT_PUBLISHER "Arm Mbed"
!define PYTHON_INSTALLER "python-2.7.14.msi"
Expand Down

0 comments on commit ef44523

Please sign in to comment.