diff --git a/Nure.NET.csproj b/Nure.NET.csproj
index 459f9f6..b9a7620 100644
--- a/Nure.NET.csproj
+++ b/Nure.NET.csproj
@@ -7,8 +7,13 @@
https://api.mindenit.tech
GPL-3.0-or-later
https://github.com/mindenit/Nure.NET
- 0.9.0
- 0.9.0
+ README.md
+ 0.9.5
+ 0.9.5
+
+
+
+
diff --git a/Parsers/Requests.cs b/Parsers/Requests.cs
index afd3d44..5d31f84 100644
--- a/Parsers/Requests.cs
+++ b/Parsers/Requests.cs
@@ -123,7 +123,7 @@ public static string GetTeachersJson()
// Remove BOM
json = json.TrimStart('\uFEFF');
- json = json.Remove(json.Length - 2);
+ //json = json.Remove(json.Length - 2);
json += "]}}";
return json;