We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d67a7 commit e918c0fCopy full SHA for e918c0f
src/RayGUI.cs
@@ -7,7 +7,7 @@ namespace RayGUI_cs
7
/// <summary>RayGUI instance of the library.</summary>
8
public unsafe class RayGUI
9
{
10
- private const string VERSION = "2.0.1";
+ private const string VERSION = "2.0.2";
11
12
/// <summary>Constant border size of components.</summary>
13
internal const int BORDER = 1;
src/RayGUI_cs.csproj
@@ -5,7 +5,7 @@
5
<ImplicitUsings>enable</ImplicitUsings>
6
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
- <Version>2.0.1</Version>
+ <Version>2.0.2</Version>
<PackageId>RayGUI-cs</PackageId>
<Author>FlamingRiot</Author>
<Company>FlamingRiot</Company>
0 commit comments