Skip to content

Commit ef7f60a

Browse files
committed
5.3.0
1 parent edffbba commit ef7f60a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deleteDiscordMessages.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name Undiscord
33
// @description Delete all messages in a Discord channel or DM (Bulk deletion)
4-
// @version 5.2.5
4+
// @version 5.2.6
55
// @author victornpb
66
// @homepageURL https://github.com/victornpb/undiscord
77
// @supportURL https://github.com/victornpb/undiscord/discussions
@@ -20,7 +20,7 @@
2020
'use strict';
2121

2222
/* rollup-plugin-baked-env */
23-
const VERSION = "5.2.5";
23+
const VERSION = "5.2.6";
2424

2525
var themeCss = (`
2626
/* undiscord window */

0 commit comments

Comments
 (0)