Skip to content

Commit

Permalink
1.0.2 (18)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Oct 3, 2024
1 parent 0bdc425 commit e3830c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import withAndroidLocalizedName from '@mmomtchev/expo-android-localized-app-name
import {version} from './package.json';

const DEEP_LINK_URL = '[firebaseAppId].web.app';
const buildNumber = 17;
const buildNumber = 18;

export default ({config}: ConfigContext): ExpoConfig => ({
...config,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cpk",
"version": "1.0.1",
"version": "1.0.2",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
Expand Down

0 comments on commit e3830c0

Please sign in to comment.