Changeset 19132 in josm for trunk/src


Ignore:
Timestamp:
2024-07-08T20:29:30+02:00 (3 months ago)
Author:
taylor.smock
Message:

Fix #23765: Update tag2link resources

File:
1 edited

Legend:

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

    r18979 r19132  
    6565
    6666    static final ListProperty PREF_SOURCE = new ListProperty("tag2link.source",
    67             Collections.singletonList("resource://META-INF/resources/webjars/tag2link/2024.2.8/index.json"));
     67            Collections.singletonList("resource://META-INF/resources/webjars/tag2link/2024.7.8/index.json"));
    6868
    6969    static final CachingProperty<List<String>> PREF_SEARCH_ENGINES = new ListProperty("tag2link.search",
Note: See TracChangeset for help on using the changeset viewer.