diff --git a/appveyor.yml b/appveyor.yml
index 00cb791ce..551ce9555 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,4 +1,4 @@
-version: '0.3.1.{build}'
+version: '0.4.0.{build}'
image: Visual Studio 2017
@@ -11,7 +11,7 @@ assembly_info:
environment:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
- nodejs_version: "6"
+ nodejs_version: "8"
install:
- git submodule update --init --recursive
diff --git a/osx/Lidarr.app/Contents/Info.plist b/osx/Lidarr.app/Contents/Info.plist
index 84932665b..5170c5421 100644
--- a/osx/Lidarr.app/Contents/Info.plist
+++ b/osx/Lidarr.app/Contents/Info.plist
@@ -23,11 +23,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 2.0
+ 0.4
CFBundleSignature
xmmd
CFBundleVersion
- 2.0
+ 0.4
NSAppleScriptEnabled
YES
diff --git a/setup/lidarr.iss b/setup/lidarr.iss
index 9e4c8b58b..59cff1b79 100644
--- a/setup/lidarr.iss
+++ b/setup/lidarr.iss
@@ -6,7 +6,7 @@
#define AppURL "https://lidarr.audio/"
#define ForumsURL "https://forums.lidarr.audio/"
#define AppExeName "Lidarr.exe"
-#define BuildNumber "0.3.1"
+#define BuildNumber "0.4.0"
#define BuildNumber GetEnv('APPVEYOR_BUILD_NUMBER')
#define BuildVersion GetEnv('APPVEYOR_BUILD_VERSION')
#define BranchName GetEnv('APPVEYOR_REPO_BRANCH')
@@ -17,7 +17,7 @@
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{56C1065D-3523-4025-B76D-6F73F67F7F93}
AppName={#AppName}
-AppVersion=0.3.1
+AppVersion=0.4.0
AppPublisher={#AppPublisher}
AppPublisherURL={#AppURL}
AppSupportURL={#ForumsURL}
@@ -35,7 +35,7 @@ DisableReadyPage=True
CompressionThreads=2
Compression=lzma2/normal
AppContact={#ForumsURL}
-VersionInfoVersion=0.3.1.{#BuildNumber}
+VersionInfoVersion=0.4.0.{#BuildNumber}
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"