From 2f52dc802a0465df9a942845798d41399aa0fe0e Mon Sep 17 00:00:00 2001 From: John Livingston Date: Thu, 25 May 2023 18:38:10 +0200 Subject: [PATCH] Bump version 6.4.0-alpha5 --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d83cb6a..2b82daa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 6.4.0-alpha.4 +## 6.4.0-alpha.5 ### New Features diff --git a/package-lock.json b/package-lock.json index 14c5b776..d63403ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "peertube-plugin-livechat", - "version": "6.4.0-alpha.4", + "version": "6.4.0-alpha.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "peertube-plugin-livechat", - "version": "6.4.0-alpha.4", + "version": "6.4.0-alpha.5", "license": "AGPL-3.0", "dependencies": { "async": "^3.2.2", diff --git a/package.json b/package.json index 81be591b..edba4a3f 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.4", + "version": "6.4.0-alpha.5", "license": "AGPL-3.0", "author": { "name": "John Livingston",