We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a754cd commit 78dc6c7Copy full SHA for 78dc6c7
app.config.js
@@ -1,7 +1,7 @@
1
//TODO: check if this import is needed, since secrets are in eas, it might not be the case
2
import "dotenv/config";
3
4
-const buildNumber = 44;
+const buildNumber = 50;
5
6
module.exports = () => {
7
return {
@@ -10,7 +10,7 @@ module.exports = () => {
10
slug: "not-my-fault-earth",
11
privacy: "public",
12
platforms: ["ios", "android"],
13
- version: "0.9.2",
+ version: "0.10.0",
14
orientation: "portrait",
15
splash: {
16
image: "./assets/images/splash.png",
0 commit comments