Skip to content

Commit

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

internal const string PLUGIN_VERSION = "1.0.4.1";
internal const string PLUGIN_VERSION = "1.0.5.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 7f91d2a

Please sign in to comment.