Skip to content

Commit

Permalink
update build number and version
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBresson committed Mar 17, 2023
1 parent 9a754cd commit 78dc6c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//TODO: check if this import is needed, since secrets are in eas, it might not be the case
import "dotenv/config";

const buildNumber = 44;
const buildNumber = 50;

module.exports = () => {
return {
Expand All @@ -10,7 +10,7 @@ module.exports = () => {
slug: "not-my-fault-earth",
privacy: "public",
platforms: ["ios", "android"],
version: "0.9.2",
version: "0.10.0",
orientation: "portrait",
splash: {
image: "./assets/images/splash.png",
Expand Down

0 comments on commit 78dc6c7

Please sign in to comment.