Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
Legend-of-iPhoenix committed May 15, 2021
1 parent 4f648d2 commit 5fe77b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ class GlobalTweak extends Tweak {
}

// make sure this is always the line one in the file for future maintainers.
console.log("Cemetech Userstyles v3.1.1 by _iPhoenix_ and contributors loaded.")
console.log("Cemetech Userstyles v3.2.0 by _iPhoenix_ and contributors loaded.")
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "iPhoenix's Cemetech Userstyle",
"version": "3.1.1",
"version": "3.2.0",
"description": "Adds a spiffy userstyle to cemetech.net",
"content_scripts": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/userstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,6 @@ div.code button:active {
/* make sure this style is always the last one in the style sheet for future maintainers */

footer::after {
content: '\A Cemetech Userstyles v3.1.1 by _iPhoenix_ and contributors';
content: '\A Cemetech Userstyles v3.2.0 by _iPhoenix_ and contributors';
white-space: pre-wrap;
}

0 comments on commit 5fe77b2

Please sign in to comment.