Skip to content

Commit

Permalink
1.0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardosnt committed Feb 13, 2016
1 parent 0b1bf94 commit 471c776
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Expand Up @@ -28,5 +28,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion( "1.0.8.1" )]
[assembly: AssemblyFileVersion( "1.0.8.1" )]
[assembly: AssemblyVersion( "1.0.8.2" )]
[assembly: AssemblyFileVersion( "1.0.8.2" )]
2 changes: 1 addition & 1 deletion src/Core/EssCore.cs
Expand Up @@ -79,7 +79,7 @@ public sealed class EssCore : RocketPlugin
- essentials.keepskill.<skill>
*/

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";

Expand Down

0 comments on commit 471c776

Please sign in to comment.