We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72fa1a2 commit 62cf963Copy full SHA for 62cf963
app/loader.js
@@ -3,7 +3,7 @@
3
4
var isJSRequested = false;
5
var rejects = [];
6
- var version = 'v3.7.4';
+ var version = 'v3.7.5';
7
var baseURL = '__BASE_URL__';
8
var query = __QUERY__;
9
var isLazy = query.lazy === 'true';
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "2gis-maps",
- "version": "3.7.4",
+ "version": "3.7.5",
"description": "Interactive 2GIS maps API, based on Leaflet",
"license": "SEE LICENSE IN FILE",
"keywords": [
0 commit comments