Skip to content

Commit 9f52cd7

Browse files
committed
Increase version.
1 parent 3e0a763 commit 9f52cd7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414
}
1515

1616
group 'com.jspcore'
17-
version '0.4.5-SNAPSHOT'
17+
version '0.4.6-SNAPSHOT'
1818
description = 'A testing library for assert logging messages.'
1919

2020
apply plugin: 'idea'
@@ -108,7 +108,7 @@ publishing {
108108
from components.java
109109
groupId 'com.jspcore'
110110
artifactId 'logcapture'
111-
version '0.4.5'
111+
version '0.4.6'
112112

113113
artifacts {
114114
artifact sourceJar {
@@ -142,8 +142,8 @@ bintray {
142142
licenses = ['MIT']
143143
vcsUrl = 'https://github.com/mustaine/logcapture.git'
144144
version {
145-
name = '0.4.5'
146-
vcsTag = '0.4.5'
145+
name = '0.4.6'
146+
vcsTag = '0.4.6'
147147
released = new Date()
148148
}
149149
}

0 commit comments

Comments
 (0)