Compare commits

...

2 Commits

Author SHA1 Message Date
0bb9c5e1e5 1.0.10 2024-05-11 12:29:04 +02:00
cf90560243 fix(core): update 2024-05-11 12:29:03 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@serve.zone/platformservice",
"private": true,
"version": "1.0.9",
"version": "1.0.10",
"description": "contains the platformservice container with mail, sms, letter, ai services.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/platformservice',
version: '1.0.9',
version: '1.0.10',
description: 'contains the platformservice container with mail, sms, letter, ai services.'
}