Fixed bug calculating remaining time in Nim implementation.

This commit is contained in:
Jonathan Bernard
2016-01-26 01:10:57 -06:00
parent f4dcfd2a24
commit 57e9419565
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ apply plugin: "groovy"
apply plugin: "maven"
group = "com.jdbernard"
version = "1.2"
version = "1.2.1"
repositories {
mavenLocal()