Skip to content
This repository was archived by the owner on Nov 17, 2018. It is now read-only.

Commit 70f4395

Browse files
committed
Version bump
1 parent 0b0e4af commit 70f4395

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<groupId>nz.co.jammehcow</groupId>
1818
<artifactId>jenkins-discord</artifactId>
19-
<version>1.4.0</version>
19+
<version>1.4.1</version>
2020
<packaging>hpi</packaging>
2121

2222
<properties>

src/main/java/nz/co/jammehcow/jenkinsdiscord/WebhookPublisher.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class WebhookPublisher extends Notifier {
3535
private final boolean enableArtifactList;
3636
private final boolean enableFooterInfo;
3737
private static final String NAME = "Discord Notifier";
38-
private static final String VERSION = "1.4.0";
38+
private static final String VERSION = "1.4.1";
3939

4040
@DataBoundConstructor
4141
public WebhookPublisher(String webhookURL, String thumbnailURL, boolean sendOnStateChange, String statusTitle, String branchName, boolean enableUrlLinking, boolean enableArtifactList, boolean enableFooterInfo) {

0 commit comments

Comments
 (0)