Skip to content

Commit efccb57

Browse files
committed
updated
1 parent b6c02fe commit efccb57

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.3|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.4|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)
@@ -42,12 +42,12 @@ The Framework has been published in the Maven Central and can be easily added as
4242
<dependency>
4343
<groupId>com.igormaznitsa</groupId>
4444
<artifactId>jbbp</artifactId>
45-
<version>2.0.3</version>
45+
<version>2.0.4</version>
4646
</dependency>
4747
```
4848

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

5252
# Hello world
5353

@@ -120,7 +120,7 @@ in Maven it can be used through snippet:
120120
<plugin>
121121
<groupId>com.igormaznitsa</groupId>
122122
<artifactId>jbbp-maven-plugin</artifactId>
123-
<version>2.0.3</version>
123+
<version>2.0.4</version>
124124
<executions>
125125
<execution>
126126
<id>gen-jbbp-src</id>

0 commit comments

Comments
 (0)