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

Commit

Permalink
Update versions in files
Browse files Browse the repository at this point in the history
  • Loading branch information
jupjohn committed Aug 20, 2018
1 parent a574ce7 commit bb94b8f
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.1.1</version>
<version>1.3.0</version>
<packaging>hpi</packaging>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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.1.1";
private static final String VERSION = "1.3.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 bb94b8f

Please sign in to comment.