Skip to content

Commit a2b31ed

Browse files
authored
Merge pull request #15 from rootstrap/chore/set_1_0_0_as_current_version
chore: set 1.0.0 as current version
2 parents 496bef0 + b4e1db4 commit a2b31ed

File tree

4 files changed

+107
-107
lines changed

4 files changed

+107
-107
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ android {
8989
minSdkVersion rootProject.ext.minSdkVersion
9090
targetSdkVersion rootProject.ext.targetSdkVersion
9191
versionCode 1
92-
versionName "6.1.0"
92+
versionName "1.0.0"
9393
}
9494
signingConfigs {
9595
debug {

ios/ReactNativeTemplate/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>6.1.0</string>
22+
<string>1.0.0</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleURLTypes</key>

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-template",
3-
"version": "6.1.0",
3+
"version": "1.0.0",
44
"private": true,
55
"main": "expo-router/entry",
66
"scripts": {
@@ -47,15 +47,15 @@
4747
"@tanstack/react-query": "^5.37.1",
4848
"app-icon-badge": "^0.0.15",
4949
"axios": "^1.7.1",
50-
"expo": "~51.0.22",
51-
"expo-build-properties": "~0.12.3",
50+
"expo": "~51.0.24",
51+
"expo-build-properties": "~0.12.4",
5252
"expo-constants": "~16.0.2",
53-
"expo-dev-client": "~4.0.20",
53+
"expo-dev-client": "~4.0.21",
5454
"expo-font": "~12.0.9",
5555
"expo-image": "~1.12.13",
5656
"expo-linking": "~6.3.1",
5757
"expo-localization": "~15.0.3",
58-
"expo-router": "~3.5.18",
58+
"expo-router": "~3.5.20",
5959
"expo-splash-screen": "0.27.5",
6060
"expo-status-bar": "~1.12.1",
6161
"expo-system-ui": "~3.0.7",

0 commit comments

Comments
 (0)