Skip to content

Commit

Permalink
Release 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasiliy Korostelev committed Jun 15, 2018
1 parent b616da0 commit ca566fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.5.0';
var version = 'v3.5.1';
var baseURL = '__BASE_URL__';
var query = __QUERY__;
var isLazy = query.lazy === 'true';
Expand Down
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.5.0",
"version": "3.5.1",
"description": "Interactive 2GIS maps API, based on Leaflet",
"license": "SEE LICENSE IN FILE",
"keywords": [
Expand Down

0 comments on commit ca566fd

Please sign in to comment.