From 010f52c9ee010be302cc5f39e6bf8ecfa7d74224 Mon Sep 17 00:00:00 2001 From: Jan-Marlon Leibl Date: Thu, 4 Sep 2025 15:51:56 +0200 Subject: [PATCH] build: update version to 1.3.1 in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c803cf6..55634c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-ai-provider", - "version": "1.3.0", + "version": "1.3.1", "description": "A simple and extensible AI provider package for easy integration of multiple AI services", "main": "dist/index.js", "module": "dist/index.mjs",