diff --git a/CHANGELOG.md b/CHANGELOG.md index 77dd0bf1..1540d0dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 6.4.0-alpha.3 +## 6.4.0-alpha.4 ### New Features diff --git a/package-lock.json b/package-lock.json index f9de6c03..14c5b776 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "peertube-plugin-livechat", - "version": "6.4.0-alpha.3", + "version": "6.4.0-alpha.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "peertube-plugin-livechat", - "version": "6.4.0-alpha.3", + "version": "6.4.0-alpha.4", "license": "AGPL-3.0", "dependencies": { "async": "^3.2.2", diff --git a/package.json b/package.json index 35b14bd9..81be591b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "peertube-plugin-livechat", "description": "PeerTube plugin livechat: offers a way to embed a chat system into Peertube.", - "version": "6.4.0-alpha.3", + "version": "6.4.0-alpha.4", "license": "AGPL-3.0", "author": { "name": "John Livingston",