Just downloaded OwlControl v1.1, but the "About" dialog still says that it's v1.0. You might consider updating this code:
String ApplicationConfiguration::getApplicationDescription(){
return "OwlControl v10" + newLine
+ "Built by the OWL Team" + newLine
+ "see http://hoxtonowl.com for more information";
}
to something like this
String ApplicationConfiguration::getApplicationDescription(){
return "OwlControl v11" + newLine
+ "Built by the OWL Team" + newLine
+ "see http://hoxtonowl.com for more information";
}
Just downloaded OwlControl v1.1, but the "About" dialog still says that it's v1.0. You might consider updating this code:
to something like this