Skip to content

Commit

Permalink
naming fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SmashinFries committed Jul 12, 2024
1 parent f9c0888 commit 43ea8fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
foregroundImage: './assets/adaptive-icon.png',
backgroundColor: '#ffffff',
},
package: IS_DEV ? 'com.kuzutech.ArtGimonDev' : 'com.kuzutech.ArtGimon',
package: IS_DEV ? 'com.kuzulabz.ArtGimonDev' : 'com.kuzulabz.ArtGimon',
},
web: {
favicon: './assets/favicon.png',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "aigimon",
"name": "artgimon",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
Expand Down Expand Up @@ -67,4 +67,4 @@
"typescript": "~5.3.3"
},
"private": true
}
}

0 comments on commit 43ea8fe

Please sign in to comment.