Compare commits

...

2 Commits

Author SHA1 Message Date
1cb8331666 4.0.36 2024-06-08 14:01:26 +02:00
aa203c5ab2 fix(core): update 2024-06-08 14:01:25 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartarchive",
"version": "4.0.35",
"version": "4.0.36",
"description": "A library for working with archive files, providing utilities for compressing and decompressing data.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartarchive',
version: '4.0.35',
version: '4.0.36',
description: 'A library for working with archive files, providing utilities for compressing and decompressing data.'
}