We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45da946 commit ed40bddCopy full SHA for ed40bdd
app.config.js
@@ -3,7 +3,7 @@ export default () => {
3
expo: {
4
name: 'Assembly',
5
slug: 'assembly-app',
6
- version: '1.0.0',
+ version: '1.0.1',
7
orientation: 'portrait',
8
icon: './assets/images/icon.png',
9
scheme: 'myapp',
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "assembly-app",
"main": "expo-router/entry",
- "version": "1.0.0",
+ "version": "1.0.1",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
@@ -73,4 +73,4 @@
73
"typescript": "~5.3.3"
74
},
75
"private": true
76
-}
+}
0 commit comments