From 8ec438603014201d4bd1af78d371970148130aaa Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Wed, 24 Sep 2014 20:43:46 -0500 Subject: [PATCH] Updated installer --- nvm.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvm.iss b/nvm.iss index 879f096..556aa1c 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.0.0" +#define MyAppVersion "1.0.1" #define MyAppPublisher "Ecor Ventures, LLC" #define MyAppURL "http://github.com/coreybutler/nvm" #define MyAppExeName "nvm.exe" -- GitLab