Skip to content

Commit

Permalink
Bump version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
veblush committed Jun 23, 2016
1 parent 6529e50 commit 0a50ece
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0.3.{build}
version: 1.0.4.{build}
os: Visual Studio 2015
environment:
NUGETKEY:
Expand Down
4 changes: 4 additions & 0 deletions core/LidgrenUdpNet/LidgrenUdpNet.Release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.4 (Released 2016/06/23)

* Fix missing Connection ID for unsent message.

## 1.0.3 (Released 2016/06/21)

* Add Connection ID.
Expand Down
6 changes: 3 additions & 3 deletions core/LidgrenUdpNet/Properties/AssemblyInfoGenerated.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
using System.Reflection;

[assembly: AssemblyVersionAttribute("1.0.0")]
[assembly: AssemblyFileVersionAttribute("1.0.3")]
[assembly: AssemblyInformationalVersionAttribute("1.0.3")]
[assembly: AssemblyFileVersionAttribute("1.0.4")]
[assembly: AssemblyInformationalVersionAttribute("1.0.4")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "1.0.0";
internal const string InformationalVersion = "1.0.3";
internal const string InformationalVersion = "1.0.4";
}
}
2 changes: 1 addition & 1 deletion core/UnityPackage/LidgrenUdpNet.unitypackage.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "LidgrenUdpNet",
"version": "1.0.3",
"version": "1.0.4",
"authors": [ "Michael Lidgren" ],
"owners": [ "Esun Kim" ],
"description": "Modifier version of Lidgren.Network",
Expand Down

0 comments on commit 0a50ece

Please sign in to comment.