This release fixes a bug that caused compiling to fail when setCapabiltyValue is used with a value of type boolean.
Changelog:
- Removed null-type setCapabiltyValue function which caused conflict with boolean type
- Added spaces around a constant in a string to fix a compiler warning