diff --git a/NAPS2.Console/Properties/AssemblyInfo.cs b/NAPS2.Console/Properties/AssemblyInfo.cs index 2e367228a5..0822a2bb68 100644 --- a/NAPS2.Console/Properties/AssemblyInfo.cs +++ b/NAPS2.Console/Properties/AssemblyInfo.cs @@ -28,4 +28,4 @@ // Build Number // Revision // -[assembly: AssemblyVersion("6.1.0.*")] +[assembly: AssemblyVersion("6.1.1.*")] diff --git a/NAPS2.Core/Properties/AssemblyInfo.cs b/NAPS2.Core/Properties/AssemblyInfo.cs index 008dff57f0..68c7e599d2 100644 --- a/NAPS2.Core/Properties/AssemblyInfo.cs +++ b/NAPS2.Core/Properties/AssemblyInfo.cs @@ -28,4 +28,4 @@ // Build Number // Revision // -[assembly: AssemblyVersion("6.1.0.*")] +[assembly: AssemblyVersion("6.1.1.*")] diff --git a/NAPS2.Portable/Properties/AssemblyInfo.cs b/NAPS2.Portable/Properties/AssemblyInfo.cs index 304d87c1ae..500e3f8923 100644 --- a/NAPS2.Portable/Properties/AssemblyInfo.cs +++ b/NAPS2.Portable/Properties/AssemblyInfo.cs @@ -28,4 +28,4 @@ // Build Number // Revision // -[assembly: AssemblyVersion("6.1.0.*")] +[assembly: AssemblyVersion("6.1.1.*")] diff --git a/NAPS2.Server/Properties/AssemblyInfo.cs b/NAPS2.Server/Properties/AssemblyInfo.cs index 713db9e6cb..dedffb8964 100644 --- a/NAPS2.Server/Properties/AssemblyInfo.cs +++ b/NAPS2.Server/Properties/AssemblyInfo.cs @@ -32,4 +32,4 @@ // Build Number // Revision // -[assembly: AssemblyVersion("6.1.0.*")] +[assembly: AssemblyVersion("6.1.1.*")] diff --git a/NAPS2.Setup/NAPS2.Setup.wxs b/NAPS2.Setup/NAPS2.Setup.wxs index adce61fc0f..0695467574 100644 --- a/NAPS2.Setup/NAPS2.Setup.wxs +++ b/NAPS2.Setup/NAPS2.Setup.wxs @@ -4,7 +4,7 @@ Id="*" Name="NAPS2" Language="1033" - Version="6.1.0" + Version="6.1.1" Manufacturer="Ben Olden-Cooligan" UpgradeCode="FEB82971-B3E6-4F19-9684-1D543E644D73"> diff --git a/NAPS2.Worker/Properties/AssemblyInfo.cs b/NAPS2.Worker/Properties/AssemblyInfo.cs index cc2ed3f959..697c7fd567 100644 --- a/NAPS2.Worker/Properties/AssemblyInfo.cs +++ b/NAPS2.Worker/Properties/AssemblyInfo.cs @@ -32,4 +32,4 @@ // Build Number // Revision // -[assembly: AssemblyVersion("6.1.0.*")] +[assembly: AssemblyVersion("6.1.1.*")] diff --git a/NAPS2/Properties/AssemblyInfo.cs b/NAPS2/Properties/AssemblyInfo.cs index 3947a923ed..cba337314a 100644 --- a/NAPS2/Properties/AssemblyInfo.cs +++ b/NAPS2/Properties/AssemblyInfo.cs @@ -32,4 +32,4 @@ // Build Number // Revision // -[assembly: AssemblyVersion("6.1.0.*")] +[assembly: AssemblyVersion("6.1.1.*")] diff --git a/NAPS2/Setup/setup.iss b/NAPS2/Setup/setup.iss index edba8224f4..a5794503a8 100644 --- a/NAPS2/Setup/setup.iss +++ b/NAPS2/Setup/setup.iss @@ -1,7 +1,7 @@ ; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! -#define AppVersion "6.1.0" +#define AppVersion "6.1.1" [Setup] AppName=NAPS2 (Not Another PDF Scanner 2)