diff --git a/connector/gs-chrome-connector.py b/connector/gs-chrome-connector.py index 3ab38d9..eff3165 100755 --- a/connector/gs-chrome-connector.py +++ b/connector/gs-chrome-connector.py @@ -18,7 +18,7 @@ import re from threading import Thread, Lock -CONNECTOR_VERSION = 5 +CONNECTOR_VERSION = 5.1 DEBUG_ENABLED = False SHELL_SCHEMA = "org.gnome.shell" diff --git a/extension/manifest.json b/extension/manifest.json index 99ef97f..ec8db95 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -4,7 +4,7 @@ "name": "__MSG_gs_chrome__", "short_name": "GS Chrome", "description": "__MSG_manifest_description__", - "version": "5", + "version": "5.1", "default_locale": "en",