Skip to content

Commit

Permalink
Bump version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jsalinaspolo committed Nov 2, 2023
1 parent 7555014 commit ab40155
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
@@ -1,5 +1,5 @@
group 'org.logcapture'
version '1.3.1'
version '1.3.2'
description = 'A testing library for assert logging messages.'

repositories {
Expand Down Expand Up @@ -79,7 +79,7 @@ subprojects {
from components.java
groupId 'org.logcapture'
artifactId project.name
version "1.3.1"
version "1.3.2"

pom.withXml {
def root = asNode()
Expand Down

0 comments on commit ab40155

Please sign in to comment.