Skip to content

Commit 5d5572a

Browse files
committed
Update OpeningHoursParser dependency
1 parent 9b90adb commit 5d5572a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ You can either download the jar from github or add the following to your build.g
3333

3434
dependencies {
3535
...
36-
compile 'ch.poole:ConditionalRestrictionParser:0.3.1'
36+
compile 'ch.poole:ConditionalRestrictionParser:0.3.3'
3737
...
3838
}

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ apply plugin: 'signing'
1414
apply plugin: "jacoco"
1515

1616

17-
version = '0.3.2'
17+
version = '0.3.3'
1818
sourceCompatibility = 1.8
1919
targetCompatibility = 1.8
2020

@@ -168,7 +168,7 @@ repositories {
168168

169169
// In this section you declare the dependencies for your production and test code
170170
dependencies {
171-
compile 'ch.poole:OpeningHoursParser:0.26.0'
171+
compile 'ch.poole:OpeningHoursParser:0.27.0'
172172
compileOnly 'org.jetbrains:annotations:19.0.0'
173173
testCompileOnly 'org.jetbrains:annotations:19.0.0'
174174
testCompile 'junit:junit:4.12'

0 commit comments

Comments
 (0)