Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
chrome-gnome-shell
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jo Shields
chrome-gnome-shell
Commits
a32685c7
Commit
a32685c7
authored
Feb 18, 2016
by
Yuri Konotopov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump
parent
aba16183
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
connector/gs-chrome-connector.py
connector/gs-chrome-connector.py
+1
-1
extension/manifest.json
extension/manifest.json
+1
-1
No files found.
connector/gs-chrome-connector.py
View file @
a32685c7
...
...
@@ -18,7 +18,7 @@ import sys
import
re
from
threading
import
Thread
,
Lock
CONNECTOR_VERSION
=
5
CONNECTOR_VERSION
=
5
.1
DEBUG_ENABLED
=
False
SHELL_SCHEMA
=
"org.gnome.shell"
...
...
extension/manifest.json
View file @
a32685c7
...
...
@@ -4,7 +4,7 @@
"name"
:
"__MSG_gs_chrome__"
,
"short_name"
:
"GS Chrome"
,
"description"
:
"__MSG_manifest_description__"
,
"version"
:
"5"
,
"version"
:
"5
.1
"
,
"default_locale"
:
"en"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment