Skip to content

Commit e54c047

Browse files
committed
changed version in README
1 parent f8e8253 commit e54c047

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,26 @@ Coming soon:
1616
* WriteData
1717

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

2121
Add sip4java using maven:
2222

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

3131
Add sip4java using gradle:
3232

3333
```
3434
dependencies {
35-
compile 'net.tammon:sip:0.4.0'
35+
compile 'net.tammon:sip:0.4.1'
3636
}
3737
```
3838

39-
You can use the latest nightly build with version `0.4.0-SNAPSHOT`
40-
4139
## License and Copyright
4240
**Sercos Internet Protocol (SIP) version 1 for Java**
4341

0 commit comments

Comments
 (0)