Skip to content

Commit

Permalink
bump, fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
tgxn committed Apr 3, 2024
1 parent 9d9ba08 commit bcf8af8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.3.2",
"version": "2.4.0",
"githubUrl": "https://github.com/pushme-tgxn/PushMeApp",
"orientation": "portrait",
"userInterfaceStyle": "automatic",
Expand All @@ -22,7 +22,7 @@
},
"android": {
"icon": "./assets/logo.png",
"versionCode": 232,
"versionCode": 240,
"permissions": [],
"useNextNotificationsApi": true,
"adaptiveIcon": {
Expand Down
2 changes: 1 addition & 1 deletion components/PushPopup.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function PushPopup({ visible, setVisible, topicData, secretKey })

<View style={themedStyles.dropdown.containerView}>
<DropDown
label={"Gender"}
label={"Push Category"}
mode={"outlined"}
visible={showDropDown}
showDropDown={() => setShowDropDown(true)}
Expand Down

0 comments on commit bcf8af8

Please sign in to comment.