Skip to content

Commit

Permalink
Update for Unturned 3.14.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardosnt committed Feb 12, 2016
1 parent b7a0e43 commit e3e7492
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Expand Up @@ -28,5 +28,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion( "1.0.6.2" )]
[assembly: AssemblyFileVersion( "1.0.6.2" )]
[assembly: AssemblyVersion( "1.0.6.3" )]
[assembly: AssemblyFileVersion( "1.0.6.3" )]
Binary file modified lib/Assembly-CSharp-firstpass.dll
Binary file not shown.
Binary file modified lib/Assembly-CSharp.dll
Binary file not shown.
Binary file modified lib/Rocket.API.dll
Binary file not shown.
Binary file modified lib/Rocket.Core.dll
Binary file not shown.
Binary file modified lib/Rocket.Unturned.dll
Binary file not shown.
6 changes: 3 additions & 3 deletions src/Core/EssCore.cs
Expand Up @@ -78,9 +78,9 @@ public sealed class EssCore : RocketPlugin
- essentials.keepskill.<skill>
*/

internal const string PLUGIN_VERSION = "1.0.6.2";
internal const string ROCKET_VERSION = "4.9.0.0";
internal const string UNTURNED_VERSION = "3.14.3.2";
internal const string PLUGIN_VERSION = "1.0.6.3";
internal const string ROCKET_VERSION = "4.9.2.0";
internal const string UNTURNED_VERSION = "3.14.4.0";

internal static EssCore Instance { get; set; }

Expand Down

0 comments on commit e3e7492

Please sign in to comment.