From f3acc37405dc9558d76d2a42152463c51e50a98f Mon Sep 17 00:00:00 2001 From: Abhinav Raut Date: Tue, 30 Sep 2025 14:35:53 +0530 Subject: [PATCH] update version to 0.8.0-beta in package.json remove caution note about alpha status from README.md --- README.md | 2 -- frontend/package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c308c60..febcfdd 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,6 @@ Modern, open source, self-hosted customer support desk. Single binary app. Visit [libredesk.io](https://libredesk.io) for more info. Check out the [**Live demo**](https://demo.libredesk.io/). -> **CAUTION:** This project is currently in **alpha**. Features and APIs may change and are not yet fully tested. - ## Features - **Multi Shared Inbox** diff --git a/frontend/package.json b/frontend/package.json index 796d5db..4333abf 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "libredesk", - "version": "0.6.0-alpha", + "version": "0.8.0-beta", "private": true, "type": "module", "scripts": {