Skip to content

Commit

Permalink
Release 3.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kalyanov committed Apr 2, 2024
1 parent d7352ae commit 6ec1be4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

var isJSRequested = false;
var rejects = [];
var version = 'v3.7.3';
var version = 'v3.7.4';
var baseURL = '__BASE_URL__';
var query = __QUERY__;
var isLazy = query.lazy === 'true';
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "2gis-maps",
"version": "3.7.3",
"version": "3.7.4",
"description": "Interactive 2GIS maps API, based on Leaflet",
"license": "SEE LICENSE IN FILE",
"keywords": [
Expand Down

0 comments on commit 6ec1be4

Please sign in to comment.