Skip to content

Commit 17e560b

Browse files
committed
Fix: aligment in text
1 parent e350f20 commit 17e560b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

public/github-usernames.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Replace ambiguous usernames with actual names from user profiles.
44
// @namespace deykun
55
// @author deykun
6-
// @version 1.1.1
6+
// @version 1.1.2
77
// @include https://github.com*
88
// @grant none
99
// @run-at document-start
@@ -31,7 +31,7 @@ const getUsersByUsernamesFromLS = () => getFromLocalStorage('u2n-users');
3131
const getCustomNamesByUsernamesFromLS = () => getFromLocalStorage('u2n-users-names');
3232

3333
window.U2N = {
34-
version: '1.1.1',
34+
version: '1.1.2',
3535
isDevMode: false,
3636
cache: {
3737
HTML: {},

0 commit comments

Comments
 (0)