Skip to content

Commit

Permalink
Update assembly to 3.6.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElementalCrisis committed Sep 3, 2016
1 parent 411b20c commit 5bb35df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Installers/JMMServer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions JMMServer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyVersion("3.6.0.3")]
[assembly: AssemblyFileVersion("3.6.0.3")]

0 comments on commit 5bb35df

Please sign in to comment.