2 Commits

Author SHA1 Message Date
a3002f3a83 0.0.4 2024-03-30 12:47:04 +01:00
ecefda5377 fix(core): update 2024-03-30 12:47:04 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartai",
"version": "0.0.3",
"version": "0.0.4",
"private": false,
"description": "a standardaized interface to talk to AI models",
"main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartai',
version: '0.0.3',
version: '0.0.4',
description: 'a standardaized interface to talk to AI models'
}