diff --git a/README.md b/README.md
index 315514e2..2aac1a53 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ Wiki.js can run on virtually all platforms where Node.js can (Windows, Mac, Linu
- Node.js **4.6.0** or later
- MongoDB **3.2** or later
-- Git **2.11.0** or later
+- Git **2.7.4** or later
- An empty Git repository (optional)
Read the full [prerequisites](https://docs.wiki.requarks.io/prerequisites) article for full details.
@@ -46,6 +46,11 @@ Read the full [prerequisites](https://docs.wiki.requarks.io/prerequisites) artic
Want to discuss features, ideas or issues? Join our [gitter channel](https://gitter.im/Requarks/wiki). We are very active and friendly!
+### Twitter
+
+Follow our Twitter feed to learn about upcoming updates and new releases!
+
+
### Special Thanks
![Browserstack](https://wiki.requarks.io/assets/images/logo_browserstack.png)
diff --git a/npm/package.json b/npm/package.json
index 62ff6ab6..c481ad23 100644
--- a/npm/package.json
+++ b/npm/package.json
@@ -1,6 +1,6 @@
{
"name": "wiki.js",
- "version": "1.0.0-beta.9.1",
+ "version": "1.0.0-beta.9.2",
"description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
"main": "install.js",
"scripts": {