Skip to content

Commit 0046625

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

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

app.config.js

Lines changed: 3 additions & 1 deletion
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',
@@ -16,6 +16,7 @@ export default () => {
1616
},
1717
ios: {
1818
supportsTablet: true,
19+
buildNumber: 4,
1920
bundleIdentifier:
2021
process.env.EXPO_PUBLIC_ENVIRONMENT === 'production'
2122
? 'fi.testausserveri.assemblyapp'
@@ -31,6 +32,7 @@ export default () => {
3132
? 'fi.testausserveri.assemblyapp'
3233
: 'fi.testausserveri.assemblyapp_dev',
3334
useNextNotificationApi: true,
35+
versionCode: 4,
3436
},
3537
web: { bundler: 'metro', output: 'static', favicon: './assets/images/favicon.png' },
3638
plugins: [

package.json

Lines changed: 2 additions & 2 deletions
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)