Bump version to 1.2.0 in package.json, package-lock.json, and federation.js
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m20s
Build & Push Docker Image / build (release) Successful in 6m23s

This commit is contained in:
2026-02-28 23:15:13 +01:00
parent ed8fb134ad
commit 89b2a853d3
4 changed files with 17 additions and 7 deletions

View File

@@ -38,7 +38,7 @@ export function wellKnownHandler(req, res) {
federation_api: '/api/federation',
public_key: getPublicKey(),
software: 'Redlight',
version: '1.1.0',
version: '1.2.0',
});
}