Skip to content

Commit 78dc6c7

Browse files
committed
update build number and version
1 parent 9a754cd commit 78dc6c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 = 44;
4+
const buildNumber = 50;
55

66
module.exports = () => {
77
return {
@@ -10,7 +10,7 @@ module.exports = () => {
1010
slug: "not-my-fault-earth",
1111
privacy: "public",
1212
platforms: ["ios", "android"],
13-
version: "0.9.2",
13+
version: "0.10.0",
1414
orientation: "portrait",
1515
splash: {
1616
image: "./assets/images/splash.png",

0 commit comments

Comments
 (0)