Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update version.
  • Loading branch information
leonardosnt committed Feb 11, 2016
1 parent 680f9d7 commit 8fcfb84
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.5.0" )]
[assembly: AssemblyFileVersion( "1.0.5.0" )]
[assembly: AssemblyVersion( "1.0.6.0" )]
[assembly: AssemblyFileVersion( "1.0.6.0" )]
2 changes: 1 addition & 1 deletion src/Core/EssCore.cs
Expand Up @@ -78,7 +78,7 @@ public sealed class EssCore : RocketPlugin
- essentials.keepskill.<skill>
*/

internal const string PLUGIN_VERSION = "1.0.5.0";
internal const string PLUGIN_VERSION = "1.0.6.0";
internal const string ROCKET_VERSION = "4.9.0.0";
internal const string UNTURNED_VERSION = "3.14.3.1";

Expand Down

0 comments on commit 8fcfb84

Please sign in to comment.