From 435a2d6e3270bceafe15c39f168037a7c01f0514 Mon Sep 17 00:00:00 2001 From: Praveen Thirumurugan Date: Wed, 24 Dec 2025 16:34:00 +0530 Subject: [PATCH] 1.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ff0132a..40a0420 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openproxy", - "version": "1.1.0", + "version": "1.1.1", "description": "A lightweight, production-ready OpenAI-compatible proxy server that seamlessly forwards LLM API requests to any endpoint with comprehensive logging, cost tracking, and PostgreSQL integration. Perfect for monitoring API usage, calculating costs, and maintaining audit trails for your AI applications.", "main": "proxy.ts", "scripts": {