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 c15f0b0 commit f0355edCopy full SHA for f0355ed
1 file changed
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 = 51;
+const buildNumber = 52;
5
6
module.exports = () => {
7
return {
@@ -23,7 +23,7 @@ module.exports = () => {
23
slug: "not-my-fault-earth",
24
privacy: "public",
25
platforms: ["ios", "android"],
26
- version: "0.10.1",
+ version: "0.11.0",
27
orientation: "portrait",
28
splash: {
29
image: "./assets/images/splash.png",
0 commit comments