Skip to content

Commit ef9d29d

Browse files
authored
Release 4.0.1
1 parent f8a4f4b commit ef9d29d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
worldCopyJump: true,
2929
zoomControl: false,
3030
fullscreenControl: false,
31-
key: 'Your API access key',
31+
key: DG.config.key || 'Your API access key',
3232
};
3333
var query = parseQuery();
3434
var map = window.map = DG.map('map', getMapOptions(query, options));

app/loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
var isJSRequested = false;
55
var rejects = [];
6-
var version = 'v4.0.0';
6+
var version = 'v4.0.1';
77
var baseURL = '__BASE_URL__';
88
var query = __QUERY__;
99
var isLazy = query.lazy === 'true';

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "2gis-maps",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Interactive 2GIS maps API, based on Leaflet",
55
"license": "SEE LICENSE IN FILE",
66
"keywords": [

0 commit comments

Comments
 (0)