Skip to content

Commit 5f315cf

Browse files
committed
Bump version to 2.9.0
1 parent c82e61a commit 5f315cf

File tree

4 files changed

+3
-24
lines changed

4 files changed

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

src/components/DataPanelBio.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

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.8.0
3+
* @version 2.9.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
@@ -9,7 +9,7 @@ import { checkForUpdates, upgradeCache } from './update.js';
99
import { patchBotPopout } from './popout.js';
1010
import { patchUserProfileModal } from './userProfileModal.js';
1111

12-
const version = '2.8.0';
12+
const version = '2.9.0';
1313

1414
export class Pluralchum {
1515
patches = [];

0 commit comments

Comments
 (0)