[chrome-gnome-shell] Version bump



commit 35851c792fb68a180d42ee875dadea88089351b1
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Sun Apr 16 22:03:01 2017 +0400

    Version bump

 CMakeLists.txt                  |    2 +-
 connector/chrome-gnome-shell.py |    2 +-
 extension/manifest.json         |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 77ff59d..c91c3a5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@ if(NOT DEFINED CMAKE_SIZEOF_VOID_P)
 endif(NOT DEFINED CMAKE_SIZEOF_VOID_P)
 
 # Variables
-set(PROJECT_VERSION "8.2")
+set(PROJECT_VERSION "9")
 
 set(ARCHIVE_NAME ${CMAKE_PROJECT_NAME}-${PROJECT_VERSION})
 set(ARCHIVE_FULL_NAME ${ARCHIVE_NAME}.tar.xz)
diff --git a/connector/chrome-gnome-shell.py b/connector/chrome-gnome-shell.py
index 3603764..410f9e8 100755
--- a/connector/chrome-gnome-shell.py
+++ b/connector/chrome-gnome-shell.py
@@ -29,7 +29,7 @@ try:
 except ImportError:
     REQUESTS_IMPORTED = False
 
-CONNECTOR_VERSION = 8.2
+CONNECTOR_VERSION = 9
 DEBUG_ENABLED = False
 
 SHELL_SCHEMA = "org.gnome.shell"
diff --git a/extension/manifest.json b/extension/manifest.json
index 194324b..3cb62a9 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": "8.2",
+  "version": "9",
 
   "default_locale": "en",
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]