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 )
44[ ![ Maven central] ( https://maven-badges.herokuapp.com/maven-central/com.igormaznitsa/jbbp/badge.svg )] ( http://search.maven.org/#artifactdetails|com.igormaznitsa|jbbp|2.1.0|jar )
5- [ ![ Java 1.8 +] ( https://img.shields.io/badge/java-1.8 %2b-green.svg )] ( http://www.oracle.com/technetwork/java/javase/downloads/index.html )
6- [ ![ Android 3.0 +] ( https://img.shields.io/badge/android-3.0 %2b-green.svg )] ( http://developer.android.com/sdk/index.html )
5+ [ ![ Java 11 +] ( https://img.shields.io/badge/java-11 %2b-green.svg )] ( http://www.oracle.com/technetwork/java/javase/downloads/index.html )
6+ [ ![ Android 12 +] ( https://img.shields.io/badge/android-12 %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 )
88[ ![ YooMoney donation] ( https://img.shields.io/badge/donation-Yoo.money-blue.svg )] ( https://yoomoney.ru/to/41001158080699 )
99
@@ -17,7 +17,7 @@ that for Java. So I developed the JBBP library.<br>
1717
1818# Change log
1919
20- - __ 3.0.0 (SNAPSHOT )__
20+ - __ 3.0.0 (16-nov-2024 )__
2121- __ minimal JDK version lifted up to 11.0__
2222- __ minimal supported Android lifted up to 12 (API 32)__
2323- changes in CompiledBlockVisitor API
@@ -43,12 +43,12 @@ The Framework has been published in the Maven Central and can be easily added as
4343<dependency>
4444 <groupId>com.igormaznitsa</groupId>
4545 <artifactId>jbbp</artifactId>
46- <version>2.1 .0</version>
46+ <version>3.0 .0</version>
4747</dependency>
4848```
4949
5050the precompiled library jar, javadoc and sources also can be downloaded directly
51- from [ the Maven central.] ( https://search.maven.org/artifact/com.igormaznitsa/jbbp/2.1 .0/jar )
51+ from [ the Maven central.] ( https://search.maven.org/artifact/com.igormaznitsa/jbbp/3.0 .0/jar )
5252
5353# Hello world
5454
@@ -121,7 +121,7 @@ in Maven it can be used through snippet:
121121<plugin >
122122 <groupId >com.igormaznitsa</groupId >
123123 <artifactId >jbbp-maven-plugin</artifactId >
124- <version >2.1 .0</version >
124+ <version >3.0 .0</version >
125125 <executions >
126126 <execution >
127127 <id >gen-jbbp-src</id >
0 commit comments