Merge pull request #23 from cconlon/releasePrep

update implementation.version in build.xml for 1.2.0 release
pull/24/head v1.2.0-stable
JacobBarthelmeh 2021-11-16 09:17:48 -08:00 committed by GitHub
commit ae3ed2b5c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -152,7 +152,7 @@ that requires JCE provider JAR's to be authenticated. Please see
### Revision History
---------
#### wolfCrypt JNI Release 1.2.0 (11/15/2021)
#### wolfCrypt JNI Release 1.2.0 (11/16/2021)
Release 1.2.0 of wolfCrypt JNI has bug fixes and new features including:

View File

@ -19,7 +19,7 @@
<!-- versioning/manifest properties -->
<property name="implementation.vendor" value="wolfSSL Inc." />
<property name="implementation.title" value="wolfCrypt JNI" />
<property name="implementation.version" value="1.0" />
<property name="implementation.version" value="1.2" />
<!-- set properties for this build -->
<property name="src.dir" value="src/main/java/" />