2 Commits

Author SHA1 Message Date
26dd8ac6cd 1.0.7 2024-05-03 10:45:22 +02:00
78720a5e50 fix(core): update 2024-05-03 10:45:21 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@apiclient.xyz/zitadel",
"version": "1.0.6",
"version": "1.0.7",
"private": false,
"description": "An unofficial client for interacting with Zitadel API.",
"main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiclient.xyz/zitadel',
version: '1.0.6',
version: '1.0.7',
description: 'An unofficial client for interacting with Zitadel API.'
}