Skip to content

Commit 6251ccd

Browse files
committed
releasing 0.4.2
1 parent 4be1b3a commit 6251ccd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ Coming soon:
1616
* WriteData
1717

1818
### Latest Release
19-
The latest release is `0.4.1`
19+
The latest release is `0.4.2`
2020

2121
Add sip4java using maven:
2222

2323
```
2424
<dependency>
2525
<groupId>net.tammon</groupId>
2626
<artifactId>sip</artifactId>
27-
<version>0.4.1</version>
27+
<version>0.4.2</version>
2828
</dependency>
2929
```
3030

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<groupId>net.tammon</groupId>
3333
<artifactId>sip</artifactId>
34-
<version>0.4.1</version>
34+
<version>0.4.2</version>
3535
<packaging>jar</packaging>
3636

3737
<name>${project.groupId}:${project.artifactId}</name>

0 commit comments

Comments
 (0)