Skip to content

Commit

Permalink
fix: typo in keycloak version
Browse files Browse the repository at this point in the history
  • Loading branch information
hpp222 committed Oct 15, 2023
1 parent 056ca6b commit 7b3c1a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions API.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/keycloak.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class KeycloakVersion {
/**
* Keycloak version 18.0.2
*/
public static readonly V18_0_3 = KeycloakVersion.of('18.0.2');
public static readonly V18_0_2 = KeycloakVersion.of('18.0.2');

/**
* Keycloak version 19.0.3
Expand All @@ -77,7 +77,7 @@ export class KeycloakVersion {
/**
* Keycloak version 20.0.5
*/
public static readonly V20_0_3 = KeycloakVersion.of('20.0.5');
public static readonly V20_0_5 = KeycloakVersion.of('20.0.5');

/**
* Keycloak version 21.0.0
Expand Down

0 comments on commit 7b3c1a8

Please sign in to comment.