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