Add 1.2.0 link to documentation page
diff --git a/_src/_data/project.yml b/_src/_data/project.yml
index c8282bb..e141033 100644
--- a/_src/_data/project.yml
+++ b/_src/_data/project.yml
@@ -50,7 +50,7 @@
 jira: SYSTEMML
 
 release_name: systemml
-release_version: 1.1.0
+release_version: 1.2.0
 
 source_repository: https://git-wip-us.apache.org/repos/asf/systemml.git
 source_repository_mirror: https://github.com/apache/systemml
diff --git a/_src/documentation.html b/_src/documentation.html
index ba0664f..6c19173 100644
--- a/_src/documentation.html
+++ b/_src/documentation.html
@@ -39,6 +39,7 @@
       <p>Documentation such as programming guides, reference guides, and API docs is available online for each version of SystemML below:</p>
       <ul>
         <li><a href="http://apache.github.io/systemml/">Latest</a></li>
+        <li><a href="docs/1.2.0/index.html">1.2.0</a></li>
         <li><a href="docs/1.1.0/index.html">1.1.0</a></li>
         <li><a href="docs/1.0.0/index.html">1.0.0</a></li>
         <li><a href="docs/0.15.0/index.html">0.15.0</a></li>
diff --git a/package.json b/package.json
index 58ae998..a1a0495 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
   "main": "index.js",
   "dependencies": {},
   "devDependencies": {
-    "browser-sync": "^2.23.6",
+    "browser-sync": "^2.24.6",
     "gulp": "^3.9.1",
     "gulp-concat": "^2.6.1",
     "gulp-if": "^2.0.1",
@@ -14,7 +14,7 @@
     "gulp-uglify": "^2.1.2",
     "gulp-useref": "^3.1.2",
     "gulp-util": "^3.0.7",
-    "susy": "^2.2.12"
+    "susy": "^2.2.14"
   },
   "scripts": {
     "test": "echo \"Error: no test specified\" && exit 1"