Skip to content

Commit

Permalink
Merge branch '1.0-fixbranch'
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-lindstrom committed Oct 6, 2023
2 parents f93236b + 5e2af1d commit 4115ce6
Show file tree
Hide file tree
Showing 405 changed files with 1,473 additions and 1,345 deletions.
2 changes: 1 addition & 1 deletion bankid-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>se.swedenconnect.bankid</groupId>
<artifactId>saml-bankid-idp-parent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<name>Sweden Connect :: BankID :: Relying Party API</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@

/**
* Internal class used for serialization across library classes.
*
*
* @author Martin Lindström
*/
public final class LibraryVersion {

private static final int MAJOR = 1;
private static final int MINOR = 0;
private static final int PATCH = 0;
private static final int PATCH = 1;

/**
* Global serialization value for classes.
Expand All @@ -33,7 +33,7 @@ public final class LibraryVersion {

/**
* Gets the version string.
*
*
* @return the version string
*/
public static String getVersion() {
Expand Down
Loading

0 comments on commit 4115ce6

Please sign in to comment.