feat: Release version 1.4.1

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Marco Gallegos
2025-09-05 10:34:21 -06:00
parent 006e74c42a
commit 65837e59b1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
services: services:
ap-pos: ap-pos:
image: marcogll/ap_pos:1.4.0 image: marcogll/ap_pos:1.4.1
container_name: ap-pos container_name: ap-pos
restart: unless-stopped restart: unless-stopped
ports: ports:

View File

@@ -1,6 +1,6 @@
{ {
"name": "ap-pos", "name": "ap-pos",
"version": "1.3.1", "version": "1.4.1",
"main": "app.js", "main": "app.js",
"scripts": { "scripts": {
"start": "node server.js" "start": "node server.js"