Skip to content

Commit ae3ed2b

Browse files
Merge pull request #23 from cconlon/releasePrep
update implementation.version in build.xml for 1.2.0 release
2 parents 951ec95 + 7ad7aa8 commit ae3ed2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ that requires JCE provider JAR's to be authenticated. Please see
152152
### Revision History
153153
---------
154154

155-
#### wolfCrypt JNI Release 1.2.0 (11/15/2021)
155+
#### wolfCrypt JNI Release 1.2.0 (11/16/2021)
156156

157157
Release 1.2.0 of wolfCrypt JNI has bug fixes and new features including:
158158

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<!-- versioning/manifest properties -->
2020
<property name="implementation.vendor" value="wolfSSL Inc." />
2121
<property name="implementation.title" value="wolfCrypt JNI" />
22-
<property name="implementation.version" value="1.0" />
22+
<property name="implementation.version" value="1.2" />
2323

2424
<!-- set properties for this build -->
2525
<property name="src.dir" value="src/main/java/" />

0 commit comments

Comments
 (0)