Skip to content

Commit 1829bef

Browse files
committed
Release 1.3.6.0
1 parent 5714947 commit 1829bef

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/Core/EssCore.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of uEssentials project.
44
* https://uessentials.github.io/
55
*
6-
* Copyright (C) 2015-2018 leonardosnt
6+
* Copyright (C) 2015-2020 leonardosnt
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by
@@ -61,8 +61,8 @@ namespace Essentials.Core {
6161

6262
public sealed class EssCore : RocketPlugin {
6363

64-
internal const string ROCKET_VERSION = "4.9.3.0";
65-
internal const string UNTURNED_VERSION = "3.23.8.0";
64+
internal const string ROCKET_VERSION = "4.9.3.3";
65+
internal const string UNTURNED_VERSION = "3.20.7.0";
6666

6767
#if DEV
6868
// Dev build version -- patched in compile-time (see uEssentials.csproj)
@@ -72,7 +72,7 @@ public sealed class EssCore : RocketPlugin {
7272
internal const string PLUGIN_VERSION = "999.0.0.0";
7373
#else
7474
// Real plugin version -- manually updated.
75-
internal const string PLUGIN_VERSION = "1.3.5.2";
75+
internal const string PLUGIN_VERSION = "1.3.6.0";
7676
#endif
7777

7878
#if EXPERIMENTAL

0 commit comments

Comments
 (0)