We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0a763 commit 9f52cd7Copy full SHA for 9f52cd7
build.gradle
@@ -14,7 +14,7 @@ plugins {
14
}
15
16
group 'com.jspcore'
17
-version '0.4.5-SNAPSHOT'
+version '0.4.6-SNAPSHOT'
18
description = 'A testing library for assert logging messages.'
19
20
apply plugin: 'idea'
@@ -108,7 +108,7 @@ publishing {
108
from components.java
109
groupId 'com.jspcore'
110
artifactId 'logcapture'
111
- version '0.4.5'
+ version '0.4.6'
112
113
artifacts {
114
artifact sourceJar {
@@ -142,8 +142,8 @@ bintray {
142
licenses = ['MIT']
143
vcsUrl = 'https://github.com/mustaine/logcapture.git'
144
version {
145
- name = '0.4.5'
146
- vcsTag = '0.4.5'
+ name = '0.4.6'
+ vcsTag = '0.4.6'
147
released = new Date()
148
149
0 commit comments