fix(release): sync legacy mobile version

This commit is contained in:
Yun Chan 2026-08-29 18:55:27 +09:00
parent 3e9e04f68c
commit f342ea8640
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
name: 'D3RO Voice', name: 'D3RO Voice',
slug: 'd3ro-voice', slug: 'd3ro-voice',
scheme: 'd3ro-voice', scheme: 'd3ro-voice',
version: '1.0.0', version: '1.1.0',
orientation: 'portrait', orientation: 'portrait',
icon: './assets/icon.png', icon: './assets/icon.png',
userInterfaceStyle: 'dark', userInterfaceStyle: 'dark',

View file

@ -1,6 +1,6 @@
{ {
"name": "@d3ro/mobile", "name": "@d3ro/mobile",
"version": "1.0.0", "version": "1.1.0",
"private": true, "private": true,
"description": "D3RO Voice Mobile (Expo + React Native)", "description": "D3RO Voice Mobile (Expo + React Native)",
"main": "expo-router/entry", "main": "expo-router/entry",