File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ apply plugin: 'maven'
1919apply plugin : ' maven-publish'
2020
2121
22- version = ' 0.1.10 '
22+ version = ' 0.1.11 '
2323sourceCompatibility = 1.7
2424targetCompatibility = 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
100100dependencies {
101- compile ' ch.poole:OpeningHoursParser:0.1.0 '
101+ compile ' ch.poole:OpeningHoursParser:0.1.2 '
102102 testCompile ' junit:junit:4.12'
103103}
104104
You can’t perform that action at this time.
0 commit comments