Skip to content

Commit f0355ed

Browse files
committed
Preparation for 0.11.0 release
1 parent c15f0b0 commit f0355ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//TODO: check if this import is needed, since secrets are in eas, it might not be the case
22
import "dotenv/config";
33

4-
const buildNumber = 51;
4+
const buildNumber = 52;
55

66
module.exports = () => {
77
return {
@@ -23,7 +23,7 @@ module.exports = () => {
2323
slug: "not-my-fault-earth",
2424
privacy: "public",
2525
platforms: ["ios", "android"],
26-
version: "0.10.1",
26+
version: "0.11.0",
2727
orientation: "portrait",
2828
splash: {
2929
image: "./assets/images/splash.png",

0 commit comments

Comments
 (0)