From 5bb35dfdff196de7d615b96b48eed2408adf0f27 Mon Sep 17 00:00:00 2001 From: ElementalCrisis Date: Fri, 2 Sep 2016 23:59:10 -0700 Subject: [PATCH] Update assembly to 3.6.0.3. --- Installers/JMMServer.iss | 4 ++-- JMMServer/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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