2 Commits

Author SHA1 Message Date
0c0a35bc90 1.0.4 2024-05-11 12:35:37 +02:00
d346ca5237 fix(core): update 2024-05-11 12:35:36 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@serve.zone/platformclient",
"version": "1.0.3",
"version": "1.0.4",
"private": false,
"description": "a module that makes it really easy to use the serve.zone platform inside your app",
"main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/platformclient',
version: '1.0.3',
version: '1.0.4',
description: 'a module that makes it really easy to use the serve.zone platform inside your app'
}