Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andymost committed Jun 17, 2016
1 parent ee32b7a commit 6ec4ea0
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 = 'v2.2.3';
var version = 'v3.0.0';
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": "2.2.6",
"version": "3.0.0",
"description": "Interactive 2GIS maps API, based on Leaflet",
"license": "SEE LICENSE IN FILE",
"keywords": [
Expand Down

0 comments on commit 6ec4ea0

Please sign in to comment.