Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOellerer committed Nov 2, 2021
1 parent 34d977e commit d7773e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'com.docutools'
version = '1.2.9'
version = '1.2.10'

sourceCompatibility = 17
targetCompatibility = 17
Expand Down Expand Up @@ -119,4 +119,4 @@ task jacocoAutomatedTestReport(type: JacocoReport) {
reports {
xml.enabled true
}
}
}

0 comments on commit d7773e2

Please sign in to comment.