diff --git a/README.md b/README.md
index 326bf4806a9de3e68b7f32a15028fd9b8bd0681f..7573feb4d87a50cf0a82098eb6ac01aa52009d12 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# OpenMesh Python Bindings (1.1.6)
+# OpenMesh Python Bindings (1.2.0)
 
 [![](https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python/badges/master/pipeline.svg)](https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python/commits/master)
 
@@ -49,7 +49,7 @@ point_array += np.array([1, 0, 0])
 om.write_mesh('test.off', mesh)
 mesh_2 = om.read_trimesh('test.off')
 ```
-For further examples see the documentation or refer to the [unit tests](https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python/tree/master/tests).
+For further examples see the documentation or refer to the [unit tests](https://gitlab.vci.rwth-aachen.de:9000/OpenMesh/openmesh-python/tree/master/tests).
 
 ## Installation