Cannot determine why Ionic upload is successful in CLI but doesn't update in Ionic View

I uploaded my app via the CLI using ionic upload after a few major changes. It outputs the following,

Uploading app...
Successfully uploaded (<id removed>)

I navigate into the Ionic View app, logged in as the same account I uploaded with and sync the data (I verified the removed ID above was the same in the Ionic View app). I open my app and nothing changed. I then deleted the local files and re-downloaded them, still the old version.

To make sure something wasn't messed up with my ionic installation, I went ahead and built the APK w/ ionic build android and manually moved it onto my android phone and executed it. The major changes were there.

I should also note that ionic serve works as intended and displays the changes and I have already added the android platform successfully.

What would be the cause of this?