diff --git a/README.md b/README.md index c5d3cbf2..6693927c 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,9 @@ Please note that any global npm modules you may have installed are **not** share Users have reported some problems using antivirus, specifically McAfee. It appears the antivirus software is manipulating access to the VBScript engine. See [issue #133](https://github.com/coreybutler/nvm-windows/issues/133) for details and resolution. -Releases _up to_ v1.1.7 are code-signed by [Ecor Ventures LLC](https://ecorventures.com)/[Author.io](https://author.io). This should help prevent false positives with most antivirus software. v1.1.8+ is not code signed (see release notes for reasons). +**v1.1.8 is not code signed**, but all other versions are signed by [Ecor Ventures LLC](https://ecorventures.com)/[Author.io](https://author.io). This should help prevent false positives with most antivirus software. + +> v1.1.8+ was not code signed due to an expired certificate (see the [release notes](https://github.com/coreybutler/nvm-windows/releases/tag/1.1.8) for reasons). **v1.1.9 _is_ code signed** thanks to [ajyong](https://github.com/ajyong), who sponsored the new certificate. ### Using Yarn diff --git a/nvm.iss b/nvm.iss index 87aedea1..a85ab355 100644 --- a/nvm.iss +++ b/nvm.iss @@ -1,7 +1,7 @@ #define MyAppName "NVM for Windows" #define MyAppShortName "nvm" #define MyAppLCShortName "nvm" -#define MyAppVersion "1.1.8" +#define MyAppVersion "1.1.9" #define MyAppPublisher "Ecor Ventures LLC" #define MyAppURL "https://github.com/coreybutler/nvm-windows" #define MyAppExeName "nvm.exe" diff --git a/src/nvm.go b/src/nvm.go index fede7d81..bf019312 100644 --- a/src/nvm.go +++ b/src/nvm.go @@ -26,7 +26,7 @@ import ( ) const ( - NvmVersion = "1.1.8" + NvmVersion = "1.1.9" ) type Environment struct { diff --git a/updater/nvm-update.go b/updater/nvm-update.go index 6cd4f0da..55b516d5 100644 --- a/updater/nvm-update.go +++ b/updater/nvm-update.go @@ -17,7 +17,7 @@ import ( "golang.org/x/sys/windows/registry" ) -var version = "1.1.8" +var version = "1.1.9" func main() { // baseVersion := version