Skip to content

Commit e759d11

Browse files
committed
changed to release version 0.3.0
1 parent 01a60c3 commit e759d11

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

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

1818
### Latest Release
19-
The latest release is `0.1.0`
19+
The latest release is `0.3.0`
2020

2121
Add sip4java using maven:
2222

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

3131
Add sip4java using gradle:
3232

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

39-
You can use the latest nightly build with version `0.2.0-SNAPSHOT`
39+
You can use the latest nightly build with version `0.3.0-SNAPSHOT`
4040

4141
## License and Copyright
4242
**Sercos Internet Protocol (SIP) version 1 for Java**

pom.xml

+2-2
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.3.0-SNAPSHOT</version>
34+
<version>0.3.0</version>
3535
<packaging>jar</packaging>
3636

3737
<name>${project.groupId}:${project.artifactId}</name>
@@ -178,4 +178,4 @@
178178
</dependency>
179179
</dependencies>
180180

181-
</project>
181+
</project>

0 commit comments

Comments
 (0)