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

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
KocproZ committed Sep 24, 2018
1 parent 86b3085 commit 0545160
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<groupId>nz.co.jammehcow</groupId>
<artifactId>jenkins-discord</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<packaging>hpi</packaging>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class WebhookPublisher extends Notifier {
private final boolean enableArtifactList;
private final boolean enableFooterInfo;
private static final String NAME = "Discord Notifier";
private static final String VERSION = "1.3.0";
private static final String VERSION = "1.4.0";

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

0 comments on commit 0545160

Please sign in to comment.