diff --git a/HotReloading b/HotReloading
index e8e67280..3d46f6bb 160000
--- a/HotReloading
+++ b/HotReloading
@@ -1 +1 @@
-Subproject commit e8e672805fdb3e297a0277887445f6c1e2ab904b
+Subproject commit 3d46f6bb029189207bd74bde0a6c64742339e4cd
diff --git a/InjectionIII/Info.plist b/InjectionIII/Info.plist
index 937a9b58..e222633d 100644
--- a/InjectionIII/Info.plist
+++ b/InjectionIII/Info.plist
@@ -19,7 +19,7 @@
CFBundleShortVersionString
$(MARKETING_VERSION)
CFBundleVersion
- 6935
+ 6937
LSApplicationCategoryType
public.app-category.developer-tools
LSMinimumSystemVersion
diff --git a/README.md b/README.md
index 85bf10de..b5e27f10 100644
--- a/README.md
+++ b/README.md
@@ -220,6 +220,9 @@ be a regular expression).
**INJECTION_OF_GENERICS** It is possible to inject the methods
of generic classes but this requires a "sweep" of live objects to
find the specializations in use so the feature has been made opt-in.
+**INJECTION_UNHIDE** Allows users to opt-into the lecacy processing
+of defualt arguments symbols using the "unhide" which may be required
+for larger projects.
As the application is now released with debug information, if you experience a
crash inside the Injection.bundle use the following command to clone the InjectionIII
@@ -449,4 +452,4 @@ store edge paths so they can be coloured (line 66 and 303) in "canviz-0.1/canviz
It also includes [CodeMirror](http://codemirror.net/) JavaScript editor
for the code to be evaluated using injection under an MIT license.
-$Date: 2022/03/04 $
+$Date: 2022/03/08 $