Skip to content

Commit

Permalink
Merge pull request #82 from pushme-tgxn/main_update
Browse files Browse the repository at this point in the history
Main update
  • Loading branch information
tgxn authored Apr 3, 2024
2 parents f5f257d + c850de7 commit 5d0ecf0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: 🏗 Setup Node
uses: actions/[email protected]
with:
node-version: 16
node-version: 18

- name: 🏗 Setup Expo
uses: expo/expo-github-action@v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: 🏗 Setup Node
uses: actions/[email protected]
with:
node-version: 16
node-version: 18

- name: 🏗 Setup Expo
uses: expo/expo-github-action@v7
Expand Down
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Simple Push Notifications & Approvals",
"slug": "pushme",
"originalFullName": "@tgxn/pushme",
"version": "2.4.0",
"version": "2.4.1",
"githubUrl": "https://github.com/pushme-tgxn/PushMeApp",
"orientation": "portrait",
"userInterfaceStyle": "automatic",
Expand All @@ -22,7 +22,7 @@
},
"android": {
"icon": "./assets/logo.png",
"versionCode": 240,
"versionCode": 241,
"permissions": [],
"useNextNotificationsApi": true,
"adaptiveIcon": {
Expand Down
18 changes: 0 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5d0ecf0

Please sign in to comment.