diff --git a/README.md b/README.md index 17868fc..c5e06aa 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,6 @@ You can either download the jar from github or add the following to your build.g dependencies { ... - compile 'ch.poole:ConditionalRestrictionParser:0.3.1' + compile 'ch.poole:ConditionalRestrictionParser:0.3.3' ... } diff --git a/build.gradle b/build.gradle index 2e2107a..d22090e 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ apply plugin: 'signing' apply plugin: "jacoco" -version = '0.3.2' +version = '0.3.3' sourceCompatibility = 1.8 targetCompatibility = 1.8 @@ -168,7 +168,7 @@ repositories { // In this section you declare the dependencies for your production and test code dependencies { - compile 'ch.poole:OpeningHoursParser:0.26.0' + compile 'ch.poole:OpeningHoursParser:0.27.0' compileOnly 'org.jetbrains:annotations:19.0.0' testCompileOnly 'org.jetbrains:annotations:19.0.0' testCompile 'junit:junit:4.12'