Skip to content

Commit

Permalink
Require OpeningHoursParser 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Oct 17, 2016
1 parent 1b4c96d commit 928bb97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apply plugin: 'maven'
apply plugin: 'maven-publish'


version = '0.1.10'
version = '0.1.11'
sourceCompatibility = 1.7
targetCompatibility = 1.7

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

// In this section you declare the dependencies for your production and test code
dependencies {
compile 'ch.poole:OpeningHoursParser:0.1.0'
compile 'ch.poole:OpeningHoursParser:0.1.2'
testCompile 'junit:junit:4.12'
}

Expand Down

0 comments on commit 928bb97

Please sign in to comment.