codeforbtv / cvoeo-app

The "Money on My Mind" app helps CVOEO's Reach-Up clients stay on track with their personal finance coaching.
Apache License 2.0
11 stars 4 forks source link

Look into versioning for application #135

Open jfenner opened 5 years ago

jfenner commented 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.

jfenner commented 5 years ago

I've added the version info into the app. Still need to work on automatic increment during builds.

jfenner commented 5 years ago

CircleCI now bumps up the patch version number automatically on each build and checks it into GitHub.