fix(commitinfo): Synchronize commit info version with package.json version

This commit is contained in:
2025-03-17 17:15:48 +00:00
parent 8ceef306d0
commit 61d97308ea
2 changed files with 6 additions and 1 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@fin.cx/xinvoice',
version: '1.3.1',
version: '1.3.3',
description: 'A TypeScript module for creating, manipulating, and embedding XML data within PDF files specifically tailored for xinvoice packages.'
}