Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit c2b2c24

Browse files
author
barnabartha
committed
SORMAS-Foundation#3152 - increase versions as api changed symptom throbocytopenia -> thrombocytopenia
1 parent 943f8b7 commit c2b2c24

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sormas-api/src/main/java/de/symeda/sormas/api/utils/InfoProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static synchronized InfoProvider get() {
4949
* @return
5050
*/
5151
public String getMinimumRequiredVersion() {
52-
return "1.52.0";
52+
return "1.53.0";
5353
}
5454

5555
/**

sormas-rest/src/main/java/de/symeda/sormas/rest/external/ExternalVisitsResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
@RolesAllowed("REST_EXTERNAL_VISITS_USER")
3232
public class ExternalVisitsResource extends EntityDtoResource {
3333

34-
public static final String EXTERNAL_VISITS_API_VERSION = "1.41.0";
34+
public static final String EXTERNAL_VISITS_API_VERSION = "1.42.0";
3535

3636
@GET
3737
@Path("/person/{personUuid}")

0 commit comments

Comments
 (0)