Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
Changed plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
Serena1432 authored Jan 28, 2022
1 parent 48d7167 commit d8416da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HiddenBlocking.plugin.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @name HiddenBlocking
* @version 1.1
* @version 1.1.1
* @description Hide messages sent from anyone that you hate without being noticed.
* @author Meir
*/
Expand All @@ -12,7 +12,7 @@ module.exports = class HiddenBlocking {

getName() { return "HiddenBlocking"; }
getDescription() { return "Hide messages sent from anyone that you hate without being noticed."; }
getVersion() { return "1.1.0"; }
getVersion() { return "1.1.1"; }
getAuthor() { return "Meir"; }

start() {
Expand Down

0 comments on commit d8416da

Please sign in to comment.