From 1f1543bc976c1cb562d88a12512c7cf84c82f648 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Thu, 20 Jun 2024 14:47:31 +0200 Subject: [PATCH] Fix missing package files in v10.1.2. --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0b0713a1..a0fe6c3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "peertube-plugin-livechat", - "version": "10.1.1", + "version": "10.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "peertube-plugin-livechat", - "version": "10.1.1", + "version": "10.1.2", "license": "AGPL-3.0", "dependencies": { "@xmpp/jid": "^0.13.1", diff --git a/package.json b/package.json index ecc3febf..f5ad7e62 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.1.1", + "version": "10.1.2", "license": "AGPL-3.0", "author": { "name": "John Livingston",