Skip to content

Commit e918c0f

Browse files
author
Evan Comtesse
committed
docs: published 2.0.2 version
1 parent f3d67a7 commit e918c0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/RayGUI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace RayGUI_cs
77
/// <summary>RayGUI instance of the library.</summary>
88
public unsafe class RayGUI
99
{
10-
private const string VERSION = "2.0.1";
10+
private const string VERSION = "2.0.2";
1111

1212
/// <summary>Constant border size of components.</summary>
1313
internal const int BORDER = 1;

src/RayGUI_cs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
8-
<Version>2.0.1</Version>
8+
<Version>2.0.2</Version>
99
<PackageId>RayGUI-cs</PackageId>
1010
<Author>FlamingRiot</Author>
1111
<Company>FlamingRiot</Company>

0 commit comments

Comments
 (0)