diff --git a/appveyor-package.sh b/appveyor-package.sh index 6c4454635..e1698bf5b 100644 --- a/appveyor-package.sh +++ b/appveyor-package.sh @@ -29,7 +29,7 @@ PublishArtifacts() rm -f $artifactsFolder/Lidarr.${APPVEYOR_REPO_BRANCH}.${APPVEYOR_BUILD_VERSION}.linux.tar ./setup/inno/ISCC.exe "./setup/lidarr.iss" - cp ./setup/output/Lidarr.*windows.exe $artifactsFolder/Lidarr.${APPVEYOR_REPO_BRANCH}.${APPVEYOR_BUILD_VERSION}.windows.exe + cp ./setup/output/Lidarr.*windows.exe $artifactsFolder/Lidarr.${APPVEYOR_REPO_BRANCH}.${APPVEYOR_BUILD_VERSION}.windows-installer.exe } PublishArtifacts diff --git a/appveyor.yml b/appveyor.yml index b0f608423..585147f58 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: '0.2.0.{build}' +version: '0.3.0.{build}' image: Visual Studio 2017 diff --git a/setup/lidarr.iss b/setup/lidarr.iss index 0c00d31c0..e64f923a0 100644 --- a/setup/lidarr.iss +++ b/setup/lidarr.iss @@ -35,7 +35,7 @@ DisableReadyPage=True CompressionThreads=2 Compression=lzma2/normal AppContact={#ForumsURL} -VersionInfoVersion=0.2.0.{#BuildNumber} +VersionInfoVersion=0.3.0.{#BuildNumber} [Languages] Name: "english"; MessagesFile: "compiler:Default.isl"