diff --git a/syncplay/__init__.py b/syncplay/__init__.py
index d27e4d8f2..9efde1fb5 100644
--- a/syncplay/__init__.py
+++ b/syncplay/__init__.py
@@ -1,4 +1,4 @@
version = '1.3.0'
milestone = 'Chami'
-release_number = '8'
+release_number = '9'
projectURL = 'http://syncplay.pl/'
diff --git a/syncplay/constants.py b/syncplay/constants.py
index 219f8881d..d42e17100 100644
--- a/syncplay/constants.py
+++ b/syncplay/constants.py
@@ -9,7 +9,7 @@
CONFIG_NAMES = [".syncplay", "syncplay.ini"] #Syncplay searches first to last
DEFAULT_CONFIG_NAME_WINDOWS = "syncplay.ini"
DEFAULT_CONFIG_NAME_LINUX = ".syncplay"
-RECENT_CLIENT_THRESHOLD = "1.2.9" #This and higher considered 'recent' clients (no warnings)
+RECENT_CLIENT_THRESHOLD = "1.3.0" #This and higher considered 'recent' clients (no warnings)
WARN_OLD_CLIENTS = True #Use MOTD to inform old clients to upgrade
LIST_RELATIVE_CONFIGS = True # Print list of relative configs loaded
SHOW_CONTACT_INFO = True # Displays dev contact details below list in GUI
diff --git a/syncplay/messages.py b/syncplay/messages.py
index eb99f4db8..58852de43 100755
--- a/syncplay/messages.py
+++ b/syncplay/messages.py
@@ -219,7 +219,7 @@
"run-label" : "Run Syncplay",
"storeandrun-label" : "Store configuration and run Syncplay",
- "contact-label" : "Feel free to e-mail dev@syncplay.pl, chat via the #Syncplay IRC channel on irc.freenode.net, raise an issue via GitHub or visit http://syncplay.pl/",
+ "contact-label" : "Feel free to e-mail dev@syncplay.pl, chat via the #Syncplay IRC channel on irc.freenode.net, raise an issue via GitHub, like us on Facebook, follow us on Twitter, or visit http://syncplay.pl/",
"joinroom-menu-label" : "Join room",
"seektime-menu-label" : "Seek to time",