From 8c15fd906f29e09d85d6138fad82432565f73aaf Mon Sep 17 00:00:00 2001
From: Ben Parsons <9parsonsb@gmail.com>
Date: Wed, 2 Mar 2022 09:05:27 +1100
Subject: [PATCH] v4.0.0.1

---
 README.md                  | 2 +-
 Raylib-cs/Raylib-cs.csproj | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 5b843de..6d5bc99 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Raylib-cs targets net5.0 and net6.0.
 This is the prefered method to get started - The package is still new so please report any [issues](https://github.com/ChrisDill/Raylib-cs/issues).
 
 ```
-dotnet add package Raylib-cs --version 4.0.0
+dotnet add package Raylib-cs --version 4.0.0.1
 ```
 
 [![NuGet](https://img.shields.io/nuget/dt/raylib-cs)](https://www.nuget.org/packages/Raylib-cs/)
diff --git a/Raylib-cs/Raylib-cs.csproj b/Raylib-cs/Raylib-cs.csproj
index 372dd04..1930488 100644
--- a/Raylib-cs/Raylib-cs.csproj
+++ b/Raylib-cs/Raylib-cs.csproj
@@ -12,8 +12,8 @@
 
   <PropertyGroup>
     <TargetRaylibTag>4.0.0</TargetRaylibTag>
-    <Version>4.0.0</Version>
-    <PackageVersion>4.0.0</PackageVersion>
+    <Version>4.0.0.1</Version>
+    <PackageVersion>4.0.0.1</PackageVersion>
     <Authors>Chris Dill, Raysan5</Authors>
     <PackProject>true</PackProject>
     <PackageLicenseExpression>Zlib</PackageLicenseExpression>