diff --git a/X10D.Unity.dll b/X10D.Unity.dll
index fbd770b..6a37b35 100644
Binary files a/X10D.Unity.dll and b/X10D.Unity.dll differ
diff --git a/X10D.Unity.xml b/X10D.Unity.xml
index 33dceaf..363f1b0 100644
--- a/X10D.Unity.xml
+++ b/X10D.Unity.xml
@@ -554,6 +554,24 @@
component is .
+
+
+ Represents a class which implements the singleton pattern for a specific . This class is not
+ thread-safe.
+
+ The type of the singleton.
+
+
+
+ Gets the instance of the singleton.
+
+ The singleton instance.
+
+
+
+ Called when the object is destroyed.
+
+
Extension methods for .
diff --git a/X10D.dll b/X10D.dll
index 4741dc7..c113490 100644
Binary files a/X10D.dll and b/X10D.dll differ
diff --git a/package.json b/package.json
index 389d41f..142cda5 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"url": "https://oliverbooth.dev"
},
"displayName": "X10D",
- "version": "3.1.0-nightly.102",
+ "version": "3.1.0-nightly.104",
"unity": "2021.2",
"description": "Extension methods on crack",
"keywords": ["dotnet", "extension-methods"],