File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- ## 0.12.5 (Jan 27 2016)
1
+ ## 0.13.0 (Jan 27 2016)
2
2
3
3
#### Bugfixes
4
4
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ A WebGL JavaScript interactive maps library that can render [Mapbox Vector Tiles
7
7
Include the source via HTML tags:
8
8
9
9
``` html
10
- <script src =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.12.5 /mapbox-gl.js' ></script >
11
- <link href =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.12.5 /mapbox-gl.css' rel =' stylesheet' />
10
+ <script src =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.13.0 /mapbox-gl.js' ></script >
11
+ <link href =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.13.0 /mapbox-gl.css' rel =' stylesheet' />
12
12
```
13
13
14
14
For more information, see the [ API documentation] ( https://www.mapbox.com/mapbox-gl-js/api/ ) and [ examples] ( https://www.mapbox.com/mapbox-gl-js/examples/ ) .
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ permalink: /:categories/:title
6
6
baseurl : /mapbox-gl-js
7
7
highlighter : pygments
8
8
excerpt_separator : " "
9
- version : v0.12.5
9
+ version : v0.13.0
10
10
rdiscount :
11
11
extensions : [smart]
12
12
exclude : [dist]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ permalink: /:categories/:title
6
6
baseurl : /mapbox-gl-js
7
7
highlighter : pygments
8
8
excerpt_separator : " "
9
- version : v0.12.5
9
+ version : v0.13.0
10
10
mapboxglbase : /mapbox-gl-js/dist
11
11
rdiscount :
12
12
extensions : [smart]
Original file line number Diff line number Diff line change 1
1
var urls = [
2
- 'https://api.tiles.mapbox.com/mapbox-gl-js/v0.12.5 /mapbox-gl.js' ,
2
+ 'https://api.tiles.mapbox.com/mapbox-gl-js/v0.13.0 /mapbox-gl.js' ,
3
3
'/dist/mapbox-gl.js' ,
4
- 'https://api.tiles.mapbox.com/mapbox-gl-js/v0.12.5 /mapbox-gl.js' ,
4
+ 'https://api.tiles.mapbox.com/mapbox-gl-js/v0.13.0 /mapbox-gl.js' ,
5
5
'/dist/mapbox-gl.js'
6
6
] ;
7
7
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mapbox-gl" ,
3
3
"description" : " A WebGL interactive maps library" ,
4
- "version" : " 0.12.5 " ,
4
+ "version" : " 0.13.0 " ,
5
5
"main" : " js/mapbox-gl.js" ,
6
6
"license" : " BSD-3-Clause" ,
7
7
"repository" : {
You can’t perform that action at this time.
0 commit comments