Skip to content

Commit

Permalink
Release 2.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
i.taratuhin committed Feb 25, 2015
1 parent 0c36314 commit fe70d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-API-2.0",
"version": "2.0.32",
"version": "2.0.33",
"description": "Interactive 2GIS maps API, based on Leaflet",
"keywords": [
"2gis",
Expand Down
2 changes: 1 addition & 1 deletion private/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.0.32';
var version = 'v2.0.33';

var url = (function () {
var scripts = document.getElementsByTagName('script');
Expand Down

0 comments on commit fe70d5c

Please sign in to comment.