Skip to content

Commit

Permalink
build: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Adventune committed Feb 19, 2025
1 parent 45da946 commit 0046625
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default () => {
expo: {
name: 'Assembly',
slug: 'assembly-app',
version: '1.0.0',
version: '1.0.1',
orientation: 'portrait',
icon: './assets/images/icon.png',
scheme: 'myapp',
Expand All @@ -16,6 +16,7 @@ export default () => {
},
ios: {
supportsTablet: true,
buildNumber: 4,
bundleIdentifier:
process.env.EXPO_PUBLIC_ENVIRONMENT === 'production'
? 'fi.testausserveri.assemblyapp'
Expand All @@ -31,6 +32,7 @@ export default () => {
? 'fi.testausserveri.assemblyapp'
: 'fi.testausserveri.assemblyapp_dev',
useNextNotificationApi: true,
versionCode: 4,
},
web: { bundler: 'metro', output: 'static', favicon: './assets/images/favicon.png' },
plugins: [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"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",
Expand Down Expand Up @@ -73,4 +73,4 @@
"typescript": "~5.3.3"
},
"private": true
}
}

0 comments on commit 0046625

Please sign in to comment.