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": {