chore(release): bump version to v1.13.10

This commit is contained in:
gitfromwildan
2025-08-02 16:49:09 +07:00
parent aecc6eea12
commit c1190949f5
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ export default function Home() {
)}
>
<AnimatedShinyText className="inline-flex items-center justify-center px-4 py-1 transition ease-out hover:text-neutral-100 hover:duration-300 hover:dark:text-neutral-200">
<span>🚀 New Version - Release v1.13.9</span>
<span>🚀 New Version - Release v1.13.10</span>
<ArrowRightIcon className="ml-1 size-3 transition-transform duration-300 ease-in-out group-hover:translate-x-0.5" />
</AnimatedShinyText>
</div>

View File

@@ -1,6 +1,6 @@
{
"name": "docubook",
"version": "1.13.9",
"version": "1.13.10",
"private": true,
"scripts": {
"dev": "next dev",