We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c92b1 commit a16a7a2Copy full SHA for a16a7a2
1 file changed
public/github-usernames.user.js
@@ -3,7 +3,7 @@
3
// @description Replace ambiguous usernames with actual names from user profiles.
4
// @namespace deykun
5
// @author deykun
6
-// @version 1.1.0
+// @version 1.1.1
7
// @include https://github.com*
8
// @grant none
9
// @run-at document-start
@@ -31,7 +31,7 @@ const getUsersByUsernamesFromLS = () => getFromLocalStorage('u2n-users');
31
const getCustomNamesByUsernamesFromLS = () => getFromLocalStorage('u2n-users-names');
32
33
window.U2N = {
34
- version: '1.1.0',
+ version: '1.1.1',
35
isDevMode: false,
36
cache: {
37
HTML: {},
0 commit comments