chore: bump version to v1.0.7 [skip ci]

This commit is contained in:
github-actions[bot]
2026-03-23 17:27:08 +00:00
parent 2e5f749583
commit a8e40dbd5f
2 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
"expo": { "expo": {
"name": "JKVideo", "name": "JKVideo",
"slug": "jsvideo", "slug": "jsvideo",
"version": "1.0.6", "version": "1.0.7",
"scheme": "bilibili", "scheme": "bilibili",
"orientation": "default", "orientation": "default",
"icon": "./assets/icon.png", "icon": "./assets/icon.png",
@@ -41,12 +41,12 @@
"expo-router", "expo-router",
"react-native-video", "react-native-video",
"expo-screen-orientation", "expo-screen-orientation",
"@sentry/react-native/expo" "@sentry/react-native/expo"
], ],
"experiments": { "experiments": {
"typedRoutes": true "typedRoutes": true
}, },
"extra": { "extra": {
"router": {}, "router": {},
"eas": { "eas": {
"projectId": "eac4192a-ae80-461c-8fff-6e1a8b777bd1" "projectId": "eac4192a-ae80-461c-8fff-6e1a8b777bd1"

View File

@@ -1,6 +1,6 @@
{ {
"name": "jkvideo", "name": "jkvideo",
"version": "1.0.6", "version": "1.0.7",
"main": "expo-router/entry", "main": "expo-router/entry",
"scripts": { "scripts": {
"start": "expo start", "start": "expo start",
@@ -29,7 +29,7 @@
"expo-screen-orientation": "~55.0.8", "expo-screen-orientation": "~55.0.8",
"expo-status-bar": "~55.0.4", "expo-status-bar": "~55.0.4",
"expo-system-ui": "~55.0.9", "expo-system-ui": "~55.0.9",
"pako": "^2.1.0", "pako": "^2.1.0",
"react": "19.2.0", "react": "19.2.0",
"react-dom": "19.2.0", "react-dom": "19.2.0",
"react-native": "0.83.2", "react-native": "0.83.2",