Skip to content

Commit ab40155

Browse files
committed
Bump version 1.3.2
1 parent 7555014 commit ab40155

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'org.logcapture'
2-
version '1.3.1'
2+
version '1.3.2'
33
description = 'A testing library for assert logging messages.'
44

55
repositories {
@@ -79,7 +79,7 @@ subprojects {
7979
from components.java
8080
groupId 'org.logcapture'
8181
artifactId project.name
82-
version "1.3.1"
82+
version "1.3.2"
8383

8484
pom.withXml {
8585
def root = asNode()

0 commit comments

Comments
 (0)