Skip to content

Commit

Permalink
update version info: v1.0.4 -> v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Treer committed Jun 11, 2021
1 parent c4b38ce commit bd3c3d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
using System.Runtime.InteropServices;
[assembly: Debuggable(DebuggableAttribute.DebuggingModes.Default | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCopyright("Copyright © 2015 — 2019 by Primoz Licen, Glenn Fisher")]
[assembly: AssemblyCopyright("Copyright © 2015 — 2021 by Primoz Licen, Glenn Fisher")]
[assembly: AssemblyDescription("Lists all the IPs")]
[assembly: AssemblyFileVersion("1.0.0.4")]
[assembly: AssemblyVersion("1.0.0.4")]
[assembly: AssemblyFileVersion("1.0.0.5")]
[assembly: AssemblyVersion("1.0.0.5")]
[assembly: AssemblyProduct("ip4")]
[assembly: AssemblyTitle("ip4")]
[assembly: AssemblyTrademark("")]
Expand Down

0 comments on commit bd3c3d5

Please sign in to comment.