Skip to content

Commit

Permalink
v0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nightcode committed Aug 14, 2024
1 parent cba49fc commit 752e8ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Download [the latest release][3] via Maven:
<dependency>
<groupId>org.nightcode</groupId>
<artifactId>jmilter</artifactId>
<version>0.7</version>
<version>0.7.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<groupId>org.nightcode</groupId>
<artifactId>jmilter</artifactId>
<packaging>jar</packaging>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>

<name>JMilter</name>
<description>Java implementation of the Sendmail Milter protocol.</description>
Expand Down

0 comments on commit 752e8ba

Please sign in to comment.