v2.3.0 Library update
Bugs corrections:
- ClickCounter::countDown(int) and ClickCounter::countUp(int): These methods now check the parameter to be not equal to 0. If the parameter passed is 0 the value returned will be false.
- ClickCounter::countToZero(int): This method now check the parameter to be not equal to 0. If the parameter passed is 0 the value returned will be false.
Changes: - ClickCounter::countToZero(int): If the counter value reached 0, this method will make no changes to the counter, and return false