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

Commit bb94b8f

Browse files
committed
Update versions in files
1 parent a574ce7 commit bb94b8f

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.1.1</version>
19+
<version>1.3.0</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
@@ -36,7 +36,7 @@ public class WebhookPublisher extends Notifier {
3636
private final boolean enableArtifactList;
3737
private final boolean enableFooterInfo;
3838
private static final String NAME = "Discord Notifier";
39-
private static final String VERSION = "1.1.1";
39+
private static final String VERSION = "1.3.0";
4040

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

0 commit comments

Comments
 (0)