diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 25dc5ddb..2405dbf0 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -28,5 +28,5 @@ // Build Number // Revision // -[assembly: AssemblyVersion( "1.0.8.1" )] -[assembly: AssemblyFileVersion( "1.0.8.1" )] \ No newline at end of file +[assembly: AssemblyVersion( "1.0.8.2" )] +[assembly: AssemblyFileVersion( "1.0.8.2" )] \ No newline at end of file diff --git a/src/Core/EssCore.cs b/src/Core/EssCore.cs index a445974f..1c805933 100644 --- a/src/Core/EssCore.cs +++ b/src/Core/EssCore.cs @@ -79,7 +79,7 @@ public sealed class EssCore : RocketPlugin - essentials.keepskill. */ - internal const string PLUGIN_VERSION = "1.0.8.1"; + internal const string PLUGIN_VERSION = "1.0.8.2"; internal const string ROCKET_VERSION = "4.9.2.0"; internal const string UNTURNED_VERSION = "3.14.4.1";