From 626e46a55fd77ed57669a18c30d2f2511d590543 Mon Sep 17 00:00:00 2001 From: Hank Date: Wed, 8 Jul 2026 12:22:19 -0700 Subject: [PATCH] v0.1.3: version bump for a clean CI trigger on the cached runner Co-Authored-By: Claude Fable 5 --- app/app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/app.json b/app/app.json index fae619f..1ea5680 100644 --- a/app/app.json +++ b/app/app.json @@ -3,14 +3,14 @@ "name": "BigBrainParking", "slug": "bigbrainparking", "scheme": "bigbrainparking", - "version": "0.1.2", + "version": "0.1.3", "orientation": "portrait", "userInterfaceStyle": "automatic", "newArchEnabled": true, "icon": "./assets/icon.png", "android": { "package": "top.mowden.bigbrainparking", - "versionCode": 2, + "versionCode": 3, "edgeToEdgeEnabled": true, "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png",