1 parent 6175fd7 commit 32d192eCopy full SHA for 32d192e
1 file changed
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.16
+// @version 1.7.0
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.16';
+ const VERSION = '1.7.0';
24
const USERSCRIPT_NAME = 'GitHub Custom Global Navigation';
25
26
const SILENT = 0;
0 commit comments