From c5b2538a60e8fde4420444d9ed14d59380d384ab Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 20 Jul 2026 07:52:11 +0000 Subject: [PATCH] chore(release): 1.0.3 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.0.3](https://gitea.1000co.fr/millianlmx/tabatago/compare/v1.0.2...v1.0.3) (2026-07-20) ### Bug Fixes * **ci:** pr-iphone-deploy.yml fails to parse — indent python3 body inside run: | ([#14](https://gitea.1000co.fr/millianlmx/tabatago/issues/14)) ([ee2da59](https://gitea.1000co.fr/millianlmx/tabatago/commit/ee2da592ccf6781e028762b9cae08aad39360487)) * **ci:** pr-iphone-deploy.yml fails to parse — indent python3 body inside run: | ([#14](https://gitea.1000co.fr/millianlmx/tabatago/issues/14)) ([e4b97b4](https://gitea.1000co.fr/millianlmx/tabatago/commit/e4b97b4d14db49273ace4c99219936b2c256f62c)) --- admin-web/package.json | 2 +- version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-web/package.json b/admin-web/package.json index 2423cdb..b72cfbe 100644 --- a/admin-web/package.json +++ b/admin-web/package.json @@ -1,6 +1,6 @@ { "name": "my-app", - "version": "1.0.2", + "version": "1.0.3", "private": true, "scripts": { "dev": "next dev", diff --git a/version.json b/version.json index 9a8bfb2..bbea0d7 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "1.0.2" + "version": "1.0.3" }