Skip to content

Commit 45bc899

Browse files
committed
Bump version number to 1.13
1 parent d0edc8a commit 45bc899

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ an application can include this as a dependency in the application's
186186
<dependency>
187187
<groupId>com.wolfssl</groupId>
188188
<artifactId>wolfssl-jsse</artifactId>
189-
<version>1.12.0-SNAPSHOT</version>
189+
<version>1.13.0-SNAPSHOT</version>
190190
</dependency>
191191
</dependencies>
192192
...

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!-- versioning/manifest properties -->
1515
<property name="implementation.vendor" value="wolfSSL Inc." />
1616
<property name="implementation.title" value="wolfSSL JNI/JSSE" />
17-
<property name="implementation.version" value="1.12" />
17+
<property name="implementation.version" value="1.13" />
1818

1919
<!-- set properties for this build -->
2020
<property name="src.dir" value="src/java/"/>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.wolfssl</groupId>
66
<artifactId>wolfssl-jsse</artifactId>
7-
<version>1.12.0-SNAPSHOT</version>
7+
<version>1.13.0-SNAPSHOT</version>
88
<packaging>jar</packaging>
99
<name>wolfssl-jsse</name>
1010
<url>https://www.wolfssl.com</url>

src/java/com/wolfssl/provider/jsse/WolfSSLProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ public void errorCallback(int ok, int err, String hash) {
7171
* wolfSSL JSSE Provider class
7272
*/
7373
public WolfSSLProvider() {
74-
super("wolfJSSE", 1.12, "wolfSSL JSSE Provider");
75-
//super("wolfJSSE", "1.12", "wolfSSL JSSE Provider");
74+
super("wolfJSSE", 1.13, "wolfSSL JSSE Provider");
75+
//super("wolfJSSE", "1.13", "wolfSSL JSSE Provider");
7676

7777
/* load native wolfSSLJNI library */
7878
WolfSSL.loadLibrary();

0 commit comments

Comments
 (0)