Skip to content

Commit

Permalink
v0.7.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nightcode committed Sep 25, 2024
1 parent fcc81b3 commit 81db55a
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.2</version>
<version>0.7.3</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.3-SNAPSHOT</version>
<version>0.7.3</version>

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

0 comments on commit 81db55a

Please sign in to comment.