chore: bump version 0.5.10

This commit is contained in:
Louis 2024-12-02 17:33:01 +07:00
parent 3118bbaa51
commit a4467cf5bf
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
1.0.4-rc5 1.0.4

View File

@ -1,7 +1,7 @@
{ {
"name": "@janhq/inference-cortex-extension", "name": "@janhq/inference-cortex-extension",
"productName": "Cortex Inference Engine", "productName": "Cortex Inference Engine",
"version": "1.0.22", "version": "1.0.23",
"description": "This extension embeds cortex.cpp, a lightweight inference engine written in C++. See https://jan.ai.\nAdditional dependencies could be installed to run without Cuda Toolkit installation.", "description": "This extension embeds cortex.cpp, a lightweight inference engine written in C++. See https://jan.ai.\nAdditional dependencies could be installed to run without Cuda Toolkit installation.",
"main": "dist/index.js", "main": "dist/index.js",
"node": "dist/node/index.cjs.js", "node": "dist/node/index.cjs.js",

View File

@ -1,6 +1,6 @@
{ {
"name": "@janhq/web", "name": "@janhq/web",
"version": "0.5.9", "version": "0.5.10",
"private": true, "private": true,
"homepage": "./", "homepage": "./",
"scripts": { "scripts": {