From e2765c6e5b96e8b580bf2149c49fc5f15a4778c8 Mon Sep 17 00:00:00 2001 From: Sergei Date: Wed, 24 Dec 2025 17:14:03 -0800 Subject: [PATCH] Match slug with main WellNuo project MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index 078ec52..a2cb7b0 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { "expo": { - "name": "WellNuo Lite", - "slug": "WellNuoLite", + "name": "WellNuo", + "slug": "WellNuo", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/icon.png",