From 13f0d8c04a0621988340498e3c7bb53d2f3116f0 Mon Sep 17 00:00:00 2001 From: alexandrev-tibco Date: Sun, 12 Jul 2026 18:16:00 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20CLAUDE.md=20=E2=86=92=20version=202.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01BkanrydYtrme8wipTzWssG --- CLAUDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 3babb93..c8582b6 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -4,7 +4,7 @@ - **Name**: MealMood: Family Meal Planner - **Bundle ID**: com.alexandrevazquez.mealmood - **Platform**: iOS/iPadOS (also runs as iOS app on Mac) -- **Current version**: 1.2.1 (dev; 1.2.0 shipped to the App Store) +- **Current version**: 2.0 (dev, beta-bound; 1.2.0 shipped to the App Store) - **Main branch**: `1.0.1` (production), feature branches named after versions ### Branch ↔ version convention (IMPORTANT) @@ -13,7 +13,7 @@ The active dev branch is named after the **current** `MARKETING_VERSION`, not th # after bumping MARKETING_VERSION in the Xcode project to e.g. 1.1.6 git branch -m 1.1.6 # e.g. git branch -m 1.1.5 1.1.6 ``` -Right now: `MARKETING_VERSION = 1.2.1` → active branch is `1.2.1`. Keep them in sync. (The build number bump within the same version does NOT rename the branch — only a version change does.) +Right now: `MARKETING_VERSION = 2.0` → active branch is `2.0`. Keep them in sync. (The build number bump within the same version does NOT rename the branch — only a version change does.) ## Credentials — all managed via `pass` (GPG-encrypted, syncs to Gitea)