Skip to content

Commit

Permalink
Release v3.6.3 (#543)
Browse files Browse the repository at this point in the history
* v3.6.3 in loader
  • Loading branch information
itanka9 authored Dec 28, 2020
1 parent dcfdfc2 commit a7f29ee
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.6.1';
var version = 'v3.6.3';
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.6.2",
"version": "3.6.3",
"description": "Interactive 2GIS maps API, based on Leaflet",
"license": "SEE LICENSE IN FILE",
"keywords": [
Expand Down

0 comments on commit a7f29ee

Please sign in to comment.