Skip to content

Commit

Permalink
Bump app version to v1.1.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestjw committed Apr 12, 2022
1 parent b00c3d3 commit 1f30f99
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 @@ -23,7 +23,7 @@ apply plugin: 'java'
apply plugin: 'checkstyle'
apply plugin: 'com.adarshr.test-logger'

version = '1.18-1.1.0'
version = '1.18-1.1.1'
group = 'com.ocelotslovebirds.birdhaus' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'birdhaus'

Expand Down Expand Up @@ -216,4 +216,4 @@ task Checkstyle(type: Checkstyle) {

// empty classpath
classpath = files()
}
}

0 comments on commit 1f30f99

Please sign in to comment.