Skip to content

Commit

Permalink
SH: Sync to 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Jan 5, 2019
1 parent d85f0b8 commit 3613ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enabler/src/de/schildbach/pte/ShProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class ShProvider extends AbstractHafasClientInterfaceProvider {

public ShProvider(final String apiAuthorization) {
super(NetworkId.SH, API_BASE, PRODUCTS_MAP);
setApiVersion("1.14");
setApiVersion("1.18");
setApiClient("{\"id\":\"NAHSH\",\"type\":\"AND\"}");
setApiAuthorization(apiAuthorization);
setStyles(STYLES);
Expand Down

0 comments on commit 3613ddc

Please sign in to comment.