chore: update version to 2.3.0
Build & Push Docker Image / build (push) Successful in 4m5s
Build & Push Docker Image / build (release) Successful in 4m13s

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 10:18:48 +02:00
parent 7dd834cd35
commit 03098eaf2b
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "redlight",
"version": "2.2.0",
"version": "2.3.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "redlight",
"version": "2.2.0",
"version": "2.3.0",
"license": "GPL-3.0-or-later",
"dependencies": {
"axios": "^1.7.0",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "redlight",
"private": true,
"version": "2.2.0",
"version": "2.3.0",
"license": "GPL-3.0-or-later",
"type": "module",
"scripts": {
+1 -1
View File
@@ -41,7 +41,7 @@ export function wellKnownHandler(req, res) {
federation_api: '/api/federation',
public_key: getPublicKey(),
software: 'Redlight',
version: '2.2.0',
version: '2.3.0',
});
}