Skip to content

Commit

Permalink
chore(release): v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgramigna committed Dec 19, 2023
1 parent bf1fb83 commit a512aac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/expo/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const defineConfig = (): ExpoConfig => ({
name: 'Careforge',
slug: 'careforge',
scheme: 'expo',
version: '0.2.0',
version: '0.2.1',
orientation: 'portrait',
splash: {
image: './assets/icon.png',
Expand Down
3 changes: 2 additions & 1 deletion apps/expo/eas.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cli": {
"version": ">= 4.1.2"
"version": ">= 4.1.2",
"promptToConfigurePushNotifications": false
},
"build": {
"base": {
Expand Down
2 changes: 1 addition & 1 deletion apps/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@careforge/expo",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"main": "expo-router/entry",
"scripts": {
Expand Down

0 comments on commit a512aac

Please sign in to comment.