Skip to content

Commit a11c2f7

Browse files
committed
Release commit for 1.6.16
1 parent 59d9abf commit a11c2f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/github-custom-global-navigation.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name GitHub Custom Global Navigation
33
// @namespace https://github.com/blakegearin/github-custom-global-navigation
4-
// @version 1.6.15
4+
// @version 1.6.16
55
// @description Customize GitHub's new global navigation
66
// @author Blake Gearin <[email protected]> (https://blakegearin.com)
77
// @match https://github.com/*
@@ -20,7 +20,7 @@
2020
(function () {
2121
'use strict';
2222

23-
const VERSION = '1.6.15';
23+
const VERSION = '1.6.16';
2424
const USERSCRIPT_NAME = 'GitHub Custom Global Navigation';
2525

2626
const SILENT = 0;

0 commit comments

Comments
 (0)