Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
dghgit committed Jan 8, 2018
1 parent d3c13fc commit 66c6ba5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ public class BouncyCastleJsseProvider
{
public static final String PROVIDER_NAME = "BCJSSE";

private static final double PROVIDER_VERSION = 1.0003;
private static final String PROVIDER_INFO = "Bouncy Castle JSSE Provider Version 1.0.3";
private static final double PROVIDER_VERSION = 1.0004;
private static final String PROVIDER_INFO = "Bouncy Castle JSSE Provider Version 1.0.4";

private Map<String, BcJsseService> serviceMap = new HashMap<String, BcJsseService>();
private Map<String, EngineCreator> creatorMap = new HashMap<String, EngineCreator>();
Expand Down

0 comments on commit 66c6ba5

Please sign in to comment.