mirror of
https://github.com/coreybutler/nvm-windows.git
synced 2025-09-02 10:48:17 +00:00
Version bump
This commit is contained in:
@@ -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
|
||||
|
||||
|
2
nvm.iss
2
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"
|
||||
|
@@ -26,7 +26,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
NvmVersion = "1.1.8"
|
||||
NvmVersion = "1.1.9"
|
||||
)
|
||||
|
||||
type Environment struct {
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user