diff --git a/RELEASING.md b/RELEASING.md
index cdab31babe..701afee07d 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -13,7 +13,7 @@
- Create a new branch to prepare the release.
```
-git flow release start 3.11.35
+git flow release start 3.11.36
```
- Build CartoDB.js files choosing the new version:
@@ -25,7 +25,7 @@ grunt build
- Update the NEWS file and commit the changes. Take into account that new CartoDB.js version will be replaced in ```API.md```, ```RELEASING.md```, ```README.md```, ```package.json```, ```cartodb.js``` and ```examples``` files.
```
-git commit -am "Files changed for version 3.11.35"
+git commit -am "Files changed for version 3.11.36"
```
- Release it.
@@ -36,8 +36,8 @@ grunt publish
- Check if those files have been updated in the CDN:
```
-http://libs.cartocdn.com.s3.amazonaws.com/cartodb.js/v3/3.11.35/cartodb.js
-http://libs.cartocdn.com/cartodb.js/v3/3.11.35/cartodb.js
+http://libs.cartocdn.com.s3.amazonaws.com/cartodb.js/v3/3.11.36/cartodb.js
+http://libs.cartocdn.com/cartodb.js/v3/3.11.36/cartodb.js
http://libs.cartocdn.com.s3.amazonaws.com/cartodb.js/v3/3.11/cartodb.js
http://libs.cartocdn.com/cartodb.js/v3/3.11/cartodb.js
```
@@ -46,7 +46,7 @@ http://libs.cartocdn.com/cartodb.js/v3/3.11/cartodb.js
- And to finish: close the release and push it.
```
-git flow release finish 3.11.35
+git flow release finish 3.11.36
git push --all
git push --tags
```
@@ -69,7 +69,7 @@ grunt build
grunt publish
```
-For example, if we are in 3.11.35 and we want to go back to 3.11.22
+For example, if we are in 3.11.36 and we want to go back to 3.11.22
```
git checkout 3.11.22
diff --git a/doc/API.md b/doc/API.md
index d5c185f5ee..9e8b380358 100644
--- a/doc/API.md
+++ b/doc/API.md
@@ -1101,7 +1101,7 @@ We are committed to making sure your website works as intended no matter what ch
We recommend that you always develop against the most recent version of CartoDB.js, right now:
```html
-
+
```
Anytime you wish to push a stable version of your site to the web though, you can find the version of CartoDB.js you are using by looking at the first line of the library, here:
diff --git a/package.json b/package.json
index 1c443c5af7..0fee21860a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "cartodb.js",
- "version": "3.11.35",
+ "version": "3.11.36",
"description": "CartoDB javascript library",
"repository": {
"type": "git",
diff --git a/src/cartodb.js b/src/cartodb.js
index ce22e893bf..0f9e5513c0 100644
--- a/src/cartodb.js
+++ b/src/cartodb.js
@@ -5,7 +5,7 @@
var cdb = root.cdb = {};
- cdb.VERSION = "3.11.35";
+ cdb.VERSION = "3.11.36";
cdb.DEBUG = false;
cdb.CARTOCSS_VERSIONS = {