Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SimY4 committed Jun 9, 2018
1 parent e0d380f commit c933686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ext {
mockitoVersion = '2.18.3'
assertjVersion = '2.9.1'
errorproneVersion = '2.3.1'
checkstyleVersion = '8.10'
checkstyleVersion = '8.10.1'

def buildTimeAndDate = new Date()
buildDate = buildTimeAndDate.format("yyyy-MM-dd")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = com.github.simy4.xpath
version = 1.1.0-SNAPSHOT
version = 1.1.0

projectDescription = Convenient utility to build XML models by evaluating XPath expressions
projectUrl = https://github.com/SimY4/xpath-to-xml
Expand Down

0 comments on commit c933686

Please sign in to comment.