Skip to content

Commit 928bb97

Browse files
committed
Require OpeningHoursParser 0.1.2
1 parent 1b4c96d commit 928bb97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ apply plugin: 'maven'
1919
apply plugin: 'maven-publish'
2020

2121

22-
version = '0.1.10'
22+
version = '0.1.11'
2323
sourceCompatibility = 1.7
2424
targetCompatibility = 1.7
2525

@@ -80,7 +80,7 @@ bintray {
8080
licenses = ['BSD 3-Clause']
8181
vcsUrl = 'https://github.com/simonpoole/CondtionalRestrictionParser.git'
8282
version {
83-
name = '0.1.10'
83+
name = '0.1.11'
8484
released = new Date()
8585
gpg {
8686
sign = true //Determines whether to GPG sign the files. The default is false
@@ -98,7 +98,7 @@ repositories {
9898

9999
// In this section you declare the dependencies for your production and test code
100100
dependencies {
101-
compile 'ch.poole:OpeningHoursParser:0.1.0'
101+
compile 'ch.poole:OpeningHoursParser:0.1.2'
102102
testCompile 'junit:junit:4.12'
103103
}
104104

0 commit comments

Comments
 (0)