We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be1b3a commit 6251ccdCopy full SHA for 6251ccd
README.md
@@ -16,15 +16,15 @@ Coming soon:
16
* WriteData
17
18
### Latest Release
19
-The latest release is `0.4.1`
+The latest release is `0.4.2`
20
21
Add sip4java using maven:
22
23
```
24
<dependency>
25
<groupId>net.tammon</groupId>
26
<artifactId>sip</artifactId>
27
- <version>0.4.1</version>
+ <version>0.4.2</version>
28
</dependency>
29
30
pom.xml
@@ -31,7 +31,7 @@
31
32
33
34
35
<packaging>jar</packaging>
36
37
<name>${project.groupId}:${project.artifactId}</name>
0 commit comments