Skip to content

Commit 86911e5

Browse files
committed
Increment version
1 parent de64a75 commit 86911e5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scpwiki-staff-id",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "A [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo) userscript that adds a line of text to forum posts by staff members to show you what position they hold.",
55
"main": "scpwiki-staff-ids.user.js",
66
"scripts": {

scpwiki-staff-ids.user.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
/*
22
SCP-Wiki Staff Identification
3-
version 2.1
4-
2020-08-02
53
64
--------------------------------------------------------------------
75
This is a Greasemonkey user script.
@@ -19,7 +17,7 @@ select "SCP-Wiki Staff Identification", and click Uninstall.
1917
// ==UserScript==
2018
// @name SCP-Wiki Staff Identification 2
2119
// @description Shows who's staff and what position they hold
22-
// @version v2.1.2
20+
// @version v2.2.0
2321
// @updateURL https://github.com/scpwiki/SCP-Wiki-Staff-Identification/raw/master/scpwiki-staff-ids.user.js
2422
// @downloadURL https://github.com/scpwiki/SCP-Wiki-Staff-Identification/raw/master/scpwiki-staff-ids.user.js
2523
// @include http://scpwiki.com/forum*

0 commit comments

Comments
 (0)