diff --git a/Installers/JMMServer.iss b/Installers/JMMServer.iss index 588cb67d1..69b03d0d4 100644 --- a/Installers/JMMServer.iss +++ b/Installers/JMMServer.iss @@ -12,8 +12,8 @@ ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) AppId={{898530ED-CFC7-4744-B2B8-A8D98A2FA06C} AppName=JMM Server -AppVersion=3.6.0.2 -;AppVerName=JMM Server 3.6.0.2 +AppVersion=3.6.0.3 +;AppVerName=JMM Server 3.6.0.3 AppPublisher=JMM AppPublisherURL=https://github.com/japanesemediamanager AppSupportURL=https://github.com/japanesemediamanager diff --git a/JMMServer/Properties/AssemblyInfo.cs b/JMMServer/Properties/AssemblyInfo.cs index 0f3329fe7..7962c37c9 100644 --- a/JMMServer/Properties/AssemblyInfo.cs +++ b/JMMServer/Properties/AssemblyInfo.cs @@ -52,5 +52,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.6.0.2")] -[assembly: AssemblyFileVersion("3.6.0.2")] \ No newline at end of file +[assembly: AssemblyVersion("3.6.0.3")] +[assembly: AssemblyFileVersion("3.6.0.3")] \ No newline at end of file