Release v0.2.0 (versionCode 2)

Webhook: Tickets 2026 form (customer_name title, voucher-name ticket
counting, ticketless ice/UTV orders, donor adult names); ice bag count
fix; voucher decrement; vendor webhooks; free kids through 12; multi-
origin lookup CORS; scanner Adults/Kids party panel + ice default 1.
First versionCode bump (was stuck at 1), so this installs over v0.1.0.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hank 2026-07-21 00:34:32 +00:00
parent 63e00fae61
commit 62231e9b10

View file

@ -2,7 +2,7 @@
"expo": { "expo": {
"name": "Camp Scan", "name": "Camp Scan",
"slug": "camptickets", "slug": "camptickets",
"version": "0.1.0", "version": "0.2.0",
"orientation": "portrait", "orientation": "portrait",
"scheme": "campscan", "scheme": "campscan",
"userInterfaceStyle": "automatic", "userInterfaceStyle": "automatic",
@ -10,7 +10,7 @@
"icon": "./assets/icon.png", "icon": "./assets/icon.png",
"android": { "android": {
"package": "top.mowden.campscan", "package": "top.mowden.campscan",
"versionCode": 1, "versionCode": 2,
"adaptiveIcon": { "adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png", "foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#0f1a12" "backgroundColor": "#0f1a12"