2 Commits

Author SHA1 Message Date
e72bdd1dcf 1.0.8 2023-10-20 17:39:49 +02:00
39e38d516b fix(core): update 2023-10-20 17:39:48 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartxml",
"version": "1.0.7",
"version": "1.0.8",
"private": false,
"description": "a package for creating and parsing xml formated files",
"main": "dist_ts/index.js",

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartxml',
version: '1.0.7',
version: '1.0.8',
description: 'a package for creating and parsing xml formated files'
}