Skip to content

Commit 32d192e

Browse files
committed
Release commit for 1.7.0
1 parent 6175fd7 commit 32d192e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.16
4+
// @version 1.7.0
55
// @description Customize GitHub's new global navigation
66
// @author Blake Gearin <hello@blakeg.me> (https://blakegearin.com)
77
// @match https://github.com/*
@@ -20,7 +20,7 @@
2020
(function () {
2121
'use strict';
2222

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

2626
const SILENT = 0;

0 commit comments

Comments
 (0)