diff --git a/README.md b/README.md
index 35d15ea8b..c10d884ae 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-[](https://travis-ci.org/FPGAwars/icestudio)
-[](https://github.com/FPGAwars/icestudio/releases)
+[](https://travis-ci.org/FPGAwars/icestudio)
+[](https://github.com/FPGAwars/icestudio/releases)
[](http://opensource.org/licenses/GPL-2.0)
[](http://icestudio.readthedocs.io/en/latest)
@@ -97,8 +97,8 @@ npm start
| French |  |
| Galician |  |
| German |  |
-| Chinese |  |
| Basque |  |
+| Chinese |  |
| Catalan |  |
**Contribute!**
diff --git a/app/package.json b/app/package.json
index 395ff565b..fc4d838c6 100644
--- a/app/package.json
+++ b/app/package.json
@@ -1,6 +1,6 @@
{
"name": "icestudio",
- "version": "0.3.3-rc",
+ "version": "0.3.3",
"description": "Visual editor for open FPGA boards",
"author": "Jesús Arroyo Torrens ",
"repository": "https://github.com/FPGAwars/icestudio",
diff --git a/docs/conf.py b/docs/conf.py
index 2e3751b48..e31bc5644 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -56,7 +56,7 @@
# The short X.Y version.
version = u'0.3.3'
# The full version, including alpha/beta/rc tags.
-release = u'0.3.3-rc'
+release = u'0.3.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/package.json b/package.json
index 5c6d132ba..9f2fbf802 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "icestudio",
- "version": "0.3.3-rc",
+ "version": "0.3.3",
"description": "Visual editor for open FPGA boards",
"author": "Jesús Arroyo Torrens ",
"repository": "https://github.com/FPGAwars/icestudio",