This commit is contained in:
Bryan Housel
2019-10-23 23:34:00 -04:00
parent b312c12c47
commit dbe016a399
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ _Breaking changes, which may affect downstream projects or sites that embed iD,
-->
# 2.16.0
##### 2019-Oct-24
##### 2019-Oct-23
#### :mega: Release Highlights
* :vertical_traffic_light: We've added support for showing objects detected in Mapillary images. Detections include traffic signals, storm drains, trash cans, street lamps, crosswalks, fire hydrants, power poles, and more. Shout out to [@kratico] for adding this feature!<br/>
+1 -1
View File
@@ -25,7 +25,7 @@ export function coreContext() {
var context = utilRebind({}, dispatch, 'on');
var _deferred = new Set();
context.version = '2.15.5';
context.version = '2.16.0';
// create a special translation that contains the keys in place of the strings
var tkeys = JSON.parse(JSON.stringify(dataEn)); // clone deep
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "2.15.5",
"version": "2.16.0",
"description": "A friendly editor for OpenStreetMap",
"main": "iD.js",
"repository": "openstreetmap/iD",