Skip to content

Commit 9e36226

Browse files
committed
Bump version to 2.8.0
1 parent 4e78866 commit 9e36226

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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": "pluralchum",
3-
"version": "2.7.4",
3+
"version": "2.8.0",
44
"repository": "https://github.com/estroBiologist/pluralchum.git",
55
"author": "Ash Taylor",
66
"license": "MIT",

src/header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Pluralchum
3-
* @version 2.7.4
3+
* @version 2.8.0
44
* @description PluralKit integration for BetterDiscord. Inexplicably Homestuck-themed.
55
* @author Ash Taylor
66
*

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { ValueCell, pluginName } from './utility.js';
88
import { checkForUpdates, upgradeCache } from './update.js';
99
import { patchBotPopout } from './popout.js';
1010

11-
const version = '2.7.4';
11+
const version = '2.8.0';
1212

1313
export class Pluralchum {
1414
patches = [];

0 commit comments

Comments
 (0)