From 0963a709517cf16807c02a747bb6fd83fa2e1e7a Mon Sep 17 00:00:00 2001 From: ishii-norimi Date: Sat, 25 Nov 2023 13:28:37 +0900 Subject: [PATCH] Update version to 0.18.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c27636c0..32e8d6445 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Download from the CDN. ```HTML ``` diff --git a/package.json b/package.json index 67890f5a6..43cd87c31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ai-on-browser/data-analysis-models", - "version": "0.17.0", + "version": "0.18.0", "description": "Data analysis model package without any dependencies", "type": "module", "main": "./lib/index.js",