From bb99be5098fd118172cb139397cc2a646fe2c12a Mon Sep 17 00:00:00 2001 From: Marco Gallegos Date: Thu, 4 Sep 2025 19:26:46 -0600 Subject: [PATCH] feat: Release version 1.3.6 with date formatting fixes and Docker updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update APP_VERSION to 1.3.6 in app.js - Update Docker image version to marcogll/ap_pos:1.3.6 in docker-compose.yml - Published Docker images: - marcogll/ap_pos:1.3.6 - marcogll/ap_pos:latest - Includes all ticket date formatting corrections from previous commit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- app.js | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index 2efd990..ace20bb 100644 --- a/app.js +++ b/app.js @@ -528,7 +528,7 @@ function formatDate(dateString) { return `${day}/${month}/${year}`; } -const APP_VERSION = '1.3.0'; +const APP_VERSION = '1.3.6'; // --- ESTADO Y DATOS --- const DEFAULT_SETTINGS = { diff --git a/docker-compose.yml b/docker-compose.yml index 00d423c..edef419 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: ap-pos: - image: marcogll/ap_pos:1.3.5 + image: marcogll/ap_pos:1.3.6 container_name: ap-pos restart: unless-stopped ports: