chore(release): v0.3.2 — bug-fix bundle (permission/cooldown/onboarding)

This commit is contained in:
chahinebrini 2026-05-20 04:30:24 +02:00
parent 306a8fda30
commit a9015d1951
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
...config,
name: "ReBreak",
slug: "rebreak",
version: "0.3.1",
version: "0.3.2",
orientation: "portrait",
icon: "./assets/icon.png",
scheme: "rebreak",
@ -20,7 +20,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
ios: {
supportsTablet: true,
bundleIdentifier: "org.rebreak.app",
buildNumber: "10",
buildNumber: "11",
// Apple Sign-In Entitlement — Pflicht für expo-apple-authentication nativen
// signInAsync()-Flow. Ohne flag generiert Expo's prebuild den
// com.apple.developer.applesignin-Entitlement nicht in die .entitlements.

View File

@ -1,6 +1,6 @@
{
"name": "rebreak-native",
"version": "0.3.1",
"version": "0.3.2",
"private": true,
"main": "expo-router/entry",
"scripts": {