Changeset 17246 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2020-10-20T03:03:48+02:00 (4 years ago)
Author:
simon04
Message:

fix #19973 - Tag2Link: update to 2020.10.18

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/Tag2Link.java

    r17006 r17246  
    6363
    6464    static final ListProperty PREF_SOURCE = new ListProperty("tag2link.source",
    65             Collections.singletonList("resource://META-INF/resources/webjars/tag2link/2020.8.3/index.json"));
     65            Collections.singletonList("resource://META-INF/resources/webjars/tag2link/2020.10.18/index.json"));
    6666
    6767    static final CachingProperty<List<String>> PREF_SEARCH_ENGINES = new ListProperty("tag2link.search",
Note: See TracChangeset for help on using the changeset viewer.