Skip to content

Commit

Permalink
[feat] update build number.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronniebeggs committed Aug 2, 2024
1 parent 1bed41c commit f582117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"NSMicrophoneUsageDescription": "Allow $(PRODUCT_NAME) to access your microphone"
},
"bundleIdentifier": "org.calblueprint.impactfund",
"buildNumber": "2"
"buildNumber": "3"
},
"android": {
"adaptiveIcon": {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"prepare": "husky install",
"lint": "eslint .",
"prettier": "prettier . --check",
"format": "prettier . --write",
"ts:check": "tsc"
},
"dependencies": {
Expand Down

0 comments on commit f582117

Please sign in to comment.