Open jfenner opened 5 years ago
We need to put the version number somewhere in the application, and have it automatically increment when a build is released to Expo through CircleCI.
I've added the version info into the app. Still need to work on automatic increment during builds.
CircleCI now bumps up the patch version number automatically on each build and checks it into GitHub.
We need to put the version number somewhere in the application, and have it automatically increment when a build is released to Expo through CircleCI.