From 7532c436db88ca1caf718048f6da1fef35ab9f0d Mon Sep 17 00:00:00 2001 From: ItzCrazyKns <95534749+ItzCrazyKns@users.noreply.github.com> Date: Tue, 15 Oct 2024 16:23:13 +0530 Subject: [PATCH] feat(package): bump version --- README.md | 2 +- package.json | 2 +- ui/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f66e8b1..c96e1a4 100644 --- a/README.md +++ b/README.md @@ -144,8 +144,8 @@ For more details, check out the full documentation [here](https://github.com/Itz - [x] History Saving features - [x] Introducing various Focus Modes - [x] Adding API support +- [x] Adding Discover - [ ] Finalizing Copilot Mode -- [ ] Adding Discover ## Support Us diff --git a/package.json b/package.json index ab45174..17cbe41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "perplexica-backend", - "version": "1.9.0-rc3", + "version": "1.9.0", "license": "MIT", "author": "ItzCrazyKns", "scripts": { diff --git a/ui/package.json b/ui/package.json index e5dc677..70a144a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "perplexica-frontend", - "version": "1.9.0-rc3", + "version": "1.9.0", "license": "MIT", "author": "ItzCrazyKns", "scripts": {