update version number

This commit is contained in:
tapframe 2025-09-02 00:10:52 +05:30
parent dfbee206a9
commit 4a1cba0ab5
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
"expo": {
"name": "Nuvio",
"slug": "nuvio",
"version": "1.0.0",
"version": "0.6.0-beta.6",
"orientation": "default",
"icon": "./assets/ios/AppIcon.appiconset/Icon-App-60x60@3x.png",
"userInterfaceStyle": "dark",
@ -45,7 +45,7 @@
"WAKE_LOCK"
],
"package": "com.nuvio.app",
"versionCode": 1,
"versionCode": 6,
"architectures": [
"arm64-v8a",
"armeabi-v7a",

View file

@ -1,6 +1,6 @@
{
"name": "nuvio",
"version": "1.0.0",
"version": "0.6.0-beta.6",
"main": "index.ts",
"scripts": {
"start": "expo start",

View file

@ -582,7 +582,7 @@ const SettingsScreen: React.FC = () => {
/>
<SettingItem
title="Version"
description="1.0.0"
description="0.6.0-beta.6"
icon="info-outline"
isLast={true}
isTablet={isTablet}