diff --git a/CHANGELOG.md b/CHANGELOG.md index 9561c228..9dfb1747 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ * Updating ConverseJS, to use upstream (v11 WIP). This comes with many improvments and new features. +## 10.3.1 + ### Minor changes and fixes * Moderation delay: fix accessibility on the timer shown to moderators. diff --git a/package-lock.json b/package-lock.json index 165ec12c..0788ce80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "peertube-plugin-livechat", - "version": "10.3.0", + "version": "10.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "peertube-plugin-livechat", - "version": "10.3.0", + "version": "10.3.1", "license": "AGPL-3.0", "dependencies": { "@xmpp/jid": "^0.13.1", diff --git a/package.json b/package.json index 6b77c190..c6827b76 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "peertube-plugin-livechat", "description": "PeerTube plugin livechat: create chat rooms for your Peertube lives! Comes with many features: federation, moderation tools, chat bot, chat persistence, OBS integration, ...", - "version": "10.3.0", + "version": "10.3.1", "license": "AGPL-3.0", "author": { "name": "John Livingston",