From f874337a037159a808a50834daf64675fc832021 Mon Sep 17 00:00:00 2001 From: Freddy Diaz <45578633+FreddyJD@users.noreply.github.com> Date: Sat, 29 Aug 2026 15:58:41 -0400 Subject: [PATCH] chore(release): bump version to 0.0.93 Ships the custom theme support and English/Spanish UI translations added since v0.0.92. Co-authored-by: Roxy <299891354+roxy-commits@users.noreply.github.com> --- 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 0231214..f3417b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roxy", - "version": "0.0.92", + "version": "0.0.93", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roxy", - "version": "0.0.92", + "version": "0.0.93", "license": "MIT", "dependencies": { "@ai-sdk/anthropic": "^2.0.85", diff --git a/package.json b/package.json index 2069f7c..b7a7012 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "roxy", - "version": "0.0.92", + "version": "0.0.93", "description": "Roxy — an open-source AI coding agent for engineers.", "main": "./out/main/index.js", "author": "Roxy (https://github.com/roxy-gg/roxy)",