Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOellerer committed Oct 14, 2021
1 parent 3a2cffa commit e712382
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 @@ -6,7 +6,7 @@ plugins {
}

group = 'com.docutools'
version = '1.1.3'
version = '1.1.4'
sourceCompatibility = 17
targetCompatibility = 17

Expand Down Expand Up @@ -79,4 +79,4 @@ tasks.withType(Checkstyle) {
reports {
html.destination rootProject.file("build/reports/checkstyle.html")
}
}
}

0 comments on commit e712382

Please sign in to comment.