diff --git a/appveyor.yml b/appveyor.yml index 4f4404c4a..04911a47f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,9 +1,9 @@ -version: 1.1.{build} +version: 1.2.{build} configuration: Release assembly_info: patch: true file: '**\AssemblyInfo.*' - assembly_version: '{version}' + assembly_version: '1.2.0' assembly_file_version: '{version}' assembly_informational_version: '{version}' before_build: @@ -14,4 +14,4 @@ after_build: - cmd: >- 7z a PlexRequests.zip %APPVEYOR_BUILD_FOLDER%\PlexRequests.UI\bin\Release\ - appveyor PushArtifact PlexRequests.zip \ No newline at end of file + appveyor PushArtifact PlexRequests.zip