Skip to content

Commit ed40bdd

Browse files
committed
build: bump version
1 parent 45da946 commit ed40bdd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export default () => {
33
expo: {
44
name: 'Assembly',
55
slug: 'assembly-app',
6-
version: '1.0.0',
6+
version: '1.0.1',
77
orientation: 'portrait',
88
icon: './assets/images/icon.png',
99
scheme: 'myapp',

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "assembly-app",
33
"main": "expo-router/entry",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"scripts": {
66
"start": "expo start",
77
"reset-project": "node ./scripts/reset-project.js",
@@ -73,4 +73,4 @@
7373
"typescript": "~5.3.3"
7474
},
7575
"private": true
76-
}
76+
}

0 commit comments

Comments
 (0)