We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d9abf commit a11c2f7Copy full SHA for a11c2f7
src/github-custom-global-navigation.user.js
@@ -1,7 +1,7 @@
1
// ==UserScript==
2
// @name GitHub Custom Global Navigation
3
// @namespace https://github.com/blakegearin/github-custom-global-navigation
4
-// @version 1.6.15
+// @version 1.6.16
5
// @description Customize GitHub's new global navigation
6
// @author Blake Gearin <hello@blakeg.me> (https://blakegearin.com)
7
// @match https://github.com/*
@@ -20,7 +20,7 @@
20
(function () {
21
'use strict';
22
23
- const VERSION = '1.6.15';
+ const VERSION = '1.6.16';
24
const USERSCRIPT_NAME = 'GitHub Custom Global Navigation';
25
26
const SILENT = 0;
0 commit comments