fix: remove stray 't' in package manifest and duplicate version in component manifest

The CI version_bump wrote 't' instead of a tab before <version> in
pkg_mokosuitebackup.xml, and appended a duplicate <version> line in
mokosuitebackup.xml instead of replacing the existing one.

Claude-Session: https://claude.ai/code/session_01MbEjBtsSjPuTWhqqrMS2wG
This commit is contained in:
2026-06-26 19:36:39 -05:00
parent 4abe81f916
commit 2002c1fcad
2 changed files with 1 additions and 2 deletions
@@ -8,7 +8,6 @@
<extension type="component" method="upgrade">
<name>MokoSuiteBackup</name>
<version>01.43.25</version>
<version>01.43.25</version>
<creationDate>2026-06-02</creationDate>
<author>Moko Consulting</author>
<authorEmail>hello@mokoconsulting.tech</authorEmail>
+1 -1
View File
@@ -8,7 +8,7 @@
<extension type="package" method="upgrade">
<name>Package - MokoSuiteBackup</name>
<packagename>mokosuitebackup</packagename>
t<version>01.43.25</version>
<version>01.43.25</version>
<creationDate>2026-06-02</creationDate>
<author>Moko Consulting</author>
<authorEmail>hello@mokoconsulting.tech</authorEmail>