We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82562d2 commit cf7718fCopy full SHA for cf7718f
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.13
+// @version 1.6.14
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.13';
+ const VERSION = '1.6.14';
24
const USERSCRIPT_NAME = 'GitHub Custom Global Navigation';
25
26
const SILENT = 0;
0 commit comments