Compare commits

1 Commits
main ... v0.3.2

Author SHA1 Message Date
3193cc395c v0.3.2 initial bump 2026-06-06 11:55:47 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "xsl-tools", "name": "xsl-tools",
"version": "0.3.1", "version": "0.3.2",
"private": true, "private": true,
"type": "module", "type": "module",
"description": "Browser-only XSLT workbench for local XML/XSLT transformations.", "description": "Browser-only XSLT workbench for local XML/XSLT transformations.",

View File

@@ -1 +1 @@
export const APP_VERSION = '0.3.1'; export const APP_VERSION = '0.3.2';