Skip to content

Commit 411f9ca

Browse files
committed
updated
1 parent 629d262 commit 411f9ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![JBBP Logo](https://github.com/raydac/java-binary-block-parser/blob/master/logo.png)
22

33
[![License Apache 2.0](https://img.shields.io/badge/license-Apache%20License%202.0-green.svg)](http://www.apache.org/licenses/LICENSE-2.0)
4-
[![Maven central](https://maven-badges.herokuapp.com/maven-central/com.igormaznitsa/jbbp/badge.svg)](http://search.maven.org/#artifactdetails|com.igormaznitsa|jbbp|2.0.4|jar)
4+
[![Maven central](https://maven-badges.herokuapp.com/maven-central/com.igormaznitsa/jbbp/badge.svg)](http://search.maven.org/#artifactdetails|com.igormaznitsa|jbbp|2.0.5|jar)
55
[![Java 1.8+](https://img.shields.io/badge/java-1.8%2b-green.svg)](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
66
[![Android 3.0+](https://img.shields.io/badge/android-3.0%2b-green.svg)](http://developer.android.com/sdk/index.html)
77
[![PayPal donation](https://img.shields.io/badge/donation-PayPal-cyan.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AHWJHJFBAWGL2)
@@ -35,12 +35,12 @@ The Framework has been published in the Maven Central and can be easily added as
3535
<dependency>
3636
<groupId>com.igormaznitsa</groupId>
3737
<artifactId>jbbp</artifactId>
38-
<version>2.0.4</version>
38+
<version>2.0.5</version>
3939
</dependency>
4040
```
4141

4242
the precompiled library jar, javadoc and sources also can be downloaded directly
43-
from [the Maven central.](https://search.maven.org/artifact/com.igormaznitsa/jbbp/2.0.4/jar)
43+
from [the Maven central.](https://search.maven.org/artifact/com.igormaznitsa/jbbp/2.0.5/jar)
4444

4545
# Hello world
4646

@@ -113,7 +113,7 @@ in Maven it can be used through snippet:
113113
<plugin>
114114
<groupId>com.igormaznitsa</groupId>
115115
<artifactId>jbbp-maven-plugin</artifactId>
116-
<version>2.0.4</version>
116+
<version>2.0.5</version>
117117
<executions>
118118
<execution>
119119
<id>gen-jbbp-src</id>

0 commit comments

Comments
 (0)