Release 1.1.1
- Added support for wide strings via BranchIO::String adapter class.
All public API methods that accept a string now take a BranchIO::String,
which can be constructed automatically from std::string, std::wstring,
const char* or const wchar_t*. Two new getters, Branch::getBranchKeyW()
and Branch::getVersionW(), were also introduced.