From e5d46c3d88bd8018bf10957ff39eef07967eea2e Mon Sep 17 00:00:00 2001 From: Lucas Wojciechowski Date: Wed, 27 Jan 2016 15:28:46 -0800 Subject: [PATCH] v0.13.0 overwrites v0.12.5 because this release adds clustering which should warrant a minor release. --- CHANGELOG.md | 2 +- README.md | 4 ++-- _config.mb-pages.yml | 2 +- _config.yml | 2 +- bench/fps/site.js | 4 ++-- package.json | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77ba434c05a..59e5eb02043 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.12.5 (Jan 27 2016) +## 0.13.0 (Jan 27 2016) #### Bugfixes diff --git a/README.md b/README.md index caed1a8dc86..f1a5ed06b3d 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ A WebGL JavaScript interactive maps library that can render [Mapbox Vector Tiles Include the source via HTML tags: ```html - - + + ``` 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/). diff --git a/_config.mb-pages.yml b/_config.mb-pages.yml index 4a453fefd51..418eb42aacd 100755 --- a/_config.mb-pages.yml +++ b/_config.mb-pages.yml @@ -6,7 +6,7 @@ permalink: /:categories/:title baseurl: /mapbox-gl-js highlighter: pygments excerpt_separator: "" -version: v0.12.5 +version: v0.13.0 rdiscount: extensions: [smart] exclude: [dist] diff --git a/_config.yml b/_config.yml index d7a0c8bfb26..4e82e421852 100755 --- a/_config.yml +++ b/_config.yml @@ -6,7 +6,7 @@ permalink: /:categories/:title baseurl: /mapbox-gl-js highlighter: pygments excerpt_separator: "" -version: v0.12.5 +version: v0.13.0 mapboxglbase: /mapbox-gl-js/dist rdiscount: extensions: [smart] diff --git a/bench/fps/site.js b/bench/fps/site.js index d4fe9e139b2..b78094afbbf 100644 --- a/bench/fps/site.js +++ b/bench/fps/site.js @@ -1,7 +1,7 @@ var urls = [ - 'https://api.tiles.mapbox.com/mapbox-gl-js/v0.12.5/mapbox-gl.js', + 'https://api.tiles.mapbox.com/mapbox-gl-js/v0.13.0/mapbox-gl.js', '/dist/mapbox-gl.js', - 'https://api.tiles.mapbox.com/mapbox-gl-js/v0.12.5/mapbox-gl.js', + 'https://api.tiles.mapbox.com/mapbox-gl-js/v0.13.0/mapbox-gl.js', '/dist/mapbox-gl.js' ]; diff --git a/package.json b/package.json index 6f654045458..d062209ccd4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mapbox-gl", "description": "A WebGL interactive maps library", - "version": "0.12.5", + "version": "0.13.0", "main": "js/mapbox-gl.js", "license": "BSD-3-Clause", "repository": {